mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
assimp compile fix mac side
This commit is contained in:
parent
6e6f785bab
commit
0ab5860286
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ add_subdirectory(zlib ${CMAKE_BINARY_DIR}/temp/zlib EXCLUDE_FROM_ALL)
|
|||
set(BUILD_SHARED_LIBS off CACHE STRING "")
|
||||
set(ASSIMP_BUILD_ZLIB off CACHE STRING "")
|
||||
set(ASSIMP_HUNTER_ENABLED off CACHE STRING "")
|
||||
set(ASSIMP_IGNORE_GIT_HASH on CACHE BOOL "")
|
||||
set(ASSIMP_WARNINGS_AS_ERRORS off CACHE BOOL "")
|
||||
add_subdirectory(assimp ${CMAKE_BINARY_DIR}/temp/assimp EXCLUDE_FROM_ALL)
|
||||
|
||||
if (TORQUE_CPU_ARM32 OR TORQUE_CPU_ARM64)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue