mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
flip off assimp warns as errors
This commit is contained in:
parent
af88962d04
commit
df24913f79
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ add_subdirectory(zlib ${CMAKE_BINARY_DIR}/temp/zlib EXCLUDE_FROM_ALL)
|
||||||
# Assimp depends on zlib
|
# Assimp depends on zlib
|
||||||
set(BUILD_SHARED_LIBS off CACHE BOOL "" FORCE)
|
set(BUILD_SHARED_LIBS off CACHE BOOL "" FORCE)
|
||||||
set(ASSIMP_BUILD_ZLIB off CACHE BOOL "" FORCE)
|
set(ASSIMP_BUILD_ZLIB off CACHE BOOL "" FORCE)
|
||||||
|
set(ASSIMP_WARNINGS_AS_ERRORS off CACHE BOOL "" FORCE)
|
||||||
set(ASSIMP_HUNTER_ENABLED off CACHE BOOL "" FORCE)
|
set(ASSIMP_HUNTER_ENABLED off CACHE BOOL "" FORCE)
|
||||||
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