build assimp from sources every time for correct linkage after regenerating solution

This commit is contained in:
ohyzha
2024-12-13 13:17:40 +02:00
parent 2b8377e0a6
commit 878992362b

View File

@@ -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)