diff --git a/src/OpenMesh/Core/CMakeLists.txt b/src/OpenMesh/Core/CMakeLists.txt index d5846606..b3582442 100644 --- a/src/OpenMesh/Core/CMakeLists.txt +++ b/src/OpenMesh/Core/CMakeLists.txt @@ -59,8 +59,7 @@ endif() # if we build debug and release in the same dir, we want to install both! if ( ${PROJECT_NAME} MATCHES "OpenMesh") if ( WIN32 ) - message("Location : ${CMAKE_BINARY_DIR}/Build/lib/lib*.lib ") - INSTALL(FILES "${CMAKE_BINARY_DIR}/Build/lib/lib*.lib" DESTINATION lib ) + INSTALL(FILES "${CMAKE_BINARY_DIR}/Build/lib/*.lib" DESTINATION lib ) endif() endif()