mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +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
|
# Assimp depends on zlib
|
||||||
set(BUILD_SHARED_LIBS off CACHE STRING "")
|
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 "")
|
set(ASSIMP_HUNTER_ENABLED off CACHE STRING "")
|
||||||
add_subdirectory(assimp ${CMAKE_BINARY_DIR}/temp/assimp EXCLUDE_FROM_ALL)
|
add_subdirectory(assimp ${CMAKE_BINARY_DIR}/temp/assimp EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue