From 6d47421af6b03b5a9852b3ae5fd5680c7986cda5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 11 Oct 2011 07:35:37 +0000 Subject: [PATCH] Next try ... git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@436 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()