From 90b34a7b3c9b3f096a80205ff0d61be1f853dbd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 11 Oct 2011 07:28:05 +0000 Subject: [PATCH] Typo git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@434 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/OpenMesh/Core/CMakeLists.txt b/src/OpenMesh/Core/CMakeLists.txt index 7b1bb858..9401105c 100644 --- a/src/OpenMesh/Core/CMakeLists.txt +++ b/src/OpenMesh/Core/CMakeLists.txt @@ -59,7 +59,8 @@ endif() # if we build debug and release in the same dir, we want to install both! if ( ${PROJECT_NAME} MATCHES "OpenMesh") if ( WIN32 ) - INSTALL(FILES "${CMAKE_CURRENT_BUILD_DIR}/Build/lib/lib*.lib" DESTINATION lib ) + message("Location : ${CMAKE_CURRENT_BINARY_DIR}/Build/lib/lib*.lib ") + INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/Build/lib/lib*.lib" DESTINATION lib ) endif() endif()