mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 08:33:50 +00:00
* BugFix: Correct Assimp building its own copy of ZLib.
This commit is contained in:
parent
0038a9d3f3
commit
0b15bc25e0
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ set(ZLIB_ROOT "${ZLIB_ROOT}" CACHE STRING "ZLib root location" FORCE)
|
|||
|
||||
# Assimp depends on zlib
|
||||
set(BUILD_SHARED_LIBS off CACHE STRING "")
|
||||
set(ASSIMP_BUILD_ZLIB on CACHE STRING "")
|
||||
set(ASSIMP_BUILD_ZLIB off CACHE STRING "")
|
||||
set(ASSIMP_HUNTER_ENABLED off CACHE STRING "")
|
||||
add_subdirectory(assimp ${CMAKE_BINARY_DIR}/temp/assimp EXCLUDE_FROM_ALL)
|
||||
|
||||
|
|
@ -29,4 +29,4 @@ add_subdirectory(pcre ${CMAKE_BINARY_DIR}/temp/pcre EXCLUDE_FROM_ALL)
|
|||
add_subdirectory(convexDecomp ${CMAKE_BINARY_DIR}/temp/convexDecomp EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(squish ${CMAKE_BINARY_DIR}/temp/squish EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(collada ${CMAKE_BINARY_DIR}/temp/collada EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(glad ${CMAKE_BINARY_DIR}/temp/glad EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(glad ${CMAKE_BINARY_DIR}/temp/glad EXCLUDE_FROM_ALL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue