add OpenVulkano prefix to cmake options

This commit is contained in:
ohyzha
2025-01-24 17:14:24 +02:00
parent 90dc67ddb8
commit a61674b602
7 changed files with 20 additions and 20 deletions

View File

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