Update dependency management
This commit is contained in:
10
3rdParty/assimp/CMakeLists.txt
vendored
10
3rdParty/assimp/CMakeLists.txt
vendored
@@ -6,7 +6,11 @@ FetchContent_Declare(
|
||||
GIT_TAG v5.0.1
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
set(ASSIMP_BUILD_TESTS OFF)
|
||||
set(ASSIMP_BUILD_SAMPLES OFF)
|
||||
set(ASSIMP_INSTALL OFF)
|
||||
|
||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
|
||||
set(ASSIMP_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
||||
set(ASSIMP_BUILD_SAMPLES OFF CACHE BOOL "" FORCE)
|
||||
set(ASSIMP_INJECT_DEBUG_POSTFIX OFF CACHE BOOL "" FORCE)
|
||||
set(ASSIMP_INSTALL OFF CACHE BOOL "" FORCE)
|
||||
|
||||
FetchContent_MakeAvailable(assimp)
|
||||
Reference in New Issue
Block a user