diff --git a/3rdParty/assimp/CMakeLists.txt b/3rdParty/assimp/CMakeLists.txt index 782c75b..76d83da 100644 --- a/3rdParty/assimp/CMakeLists.txt +++ b/3rdParty/assimp/CMakeLists.txt @@ -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}")