Fixed assimp dependency linking

This commit is contained in:
Vladyslav Baranovskyi
2024-12-19 17:05:08 +02:00
parent 308c361d89
commit b6b32ecbf5

View File

@@ -42,7 +42,7 @@ function(LinkAssimp TARGET)
set(ASSIMP_LIB_NAME ${ASSIMP_LIBRARIES})
endif ()
else ()
set(ASSIMP_LIB_NAME "assimp")
set(ASSIMP_LIB_NAME assimp)
endif ()
if (assimp_FOUND OR ASSIMP_FOUND OR assimp_BUILT)
message("Linking assimp: ${ASSIMP_LIB_NAME}")