Update options

This commit is contained in:
Georg Hagen
2024-10-13 13:21:08 +02:00
parent 7362857cf3
commit 1a1aabe23c
4 changed files with 7 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ if (NOT IOS)
endif ()
if (assimp_FOUND OR ASSIMP_FOUND)
message("Using system assimp")
elseif (USE_ASSIMP)
elseif (ENABLE_ASSIMP)
message("Building assimp from sources")
if(NOT DEFINED ASSIMP_REPO)
set(ASSIMP_REPO https://github.com/assimp/assimp.git)