Fixed assimp dependency linking
This commit is contained in:
2
3rdParty/assimp/CMakeLists.txt
vendored
2
3rdParty/assimp/CMakeLists.txt
vendored
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user