Removed CMake code which tries to build/use PolyVoxCore as a library.
This commit is contained in:
@ -58,7 +58,7 @@ IF(LIBRARY_TYPE STREQUAL "DYNAMIC")
|
||||
ENDIF()
|
||||
SET_PROPERTY(TARGET PolyVoxUtil PROPERTY FOLDER "Library")
|
||||
|
||||
TARGET_LINK_LIBRARIES(PolyVoxUtil PolyVoxCore)
|
||||
TARGET_LINK_LIBRARIES(PolyVoxUtil)
|
||||
SET_TARGET_PROPERTIES(PolyVoxUtil PROPERTIES VERSION ${POLYVOX_VERSION} SOVERSION ${POLYVOX_VERSION_MAJOR})
|
||||
IF(MSVC)
|
||||
SET_TARGET_PROPERTIES(PolyVoxUtil PROPERTIES COMPILE_FLAGS "/W4 /wd4251 /wd4127") #Disable warning on STL exports
|
||||
|
Reference in New Issue
Block a user