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})
|
set(ASSIMP_LIB_NAME ${ASSIMP_LIBRARIES})
|
||||||
endif ()
|
endif ()
|
||||||
else ()
|
else ()
|
||||||
set(ASSIMP_LIB_NAME "assimp")
|
set(ASSIMP_LIB_NAME assimp)
|
||||||
endif ()
|
endif ()
|
||||||
if (assimp_FOUND OR ASSIMP_FOUND OR assimp_BUILT)
|
if (assimp_FOUND OR ASSIMP_FOUND OR assimp_BUILT)
|
||||||
message("Linking assimp: ${ASSIMP_LIB_NAME}")
|
message("Linking assimp: ${ASSIMP_LIB_NAME}")
|
||||||
|
|||||||
Reference in New Issue
Block a user