build assimp from sources every time for correct linkage after regenerating solution
This commit is contained in:
2
3rdParty/assimp/CMakeLists.txt
vendored
2
3rdParty/assimp/CMakeLists.txt
vendored
@@ -7,7 +7,7 @@ if (NOT IOS)
|
|||||||
endif ()
|
endif ()
|
||||||
if (assimp_FOUND OR ASSIMP_FOUND)
|
if (assimp_FOUND OR ASSIMP_FOUND)
|
||||||
message("Using system assimp")
|
message("Using system assimp")
|
||||||
elseif (ENABLE_ASSIMP AND NOT assimp_BUILT)
|
elseif (ENABLE_ASSIMP)
|
||||||
message("Building assimp from sources")
|
message("Building assimp from sources")
|
||||||
if(NOT DEFINED ASSIMP_REPO)
|
if(NOT DEFINED ASSIMP_REPO)
|
||||||
set(ASSIMP_REPO https://github.com/assimp/assimp.git)
|
set(ASSIMP_REPO https://github.com/assimp/assimp.git)
|
||||||
|
|||||||
Reference in New Issue
Block a user