[cmake-commits] hoffman committed CMakeLists.txt 1.81 1.82

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 17 15:28:01 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/SimpleInstall
In directory public:/mounts/ram/cvs-serv17956

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: test install of debug libs


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SimpleInstall/CMakeLists.txt,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- CMakeLists.txt	10 Sep 2007 21:39:28 -0000	1.81
+++ CMakeLists.txt	17 Sep 2007 19:27:59 -0000	1.82
@@ -329,6 +329,7 @@
 
 SET(CPACK_PACKAGE_EXECUTABLES "SimpleInstall" "Simple Install")
 SET(CMAKE_INSTALL_MFC_LIBRARIES 1)
+SET(CMAKE_INSTALL_DEBUG_LIBRARIES 1)
 INCLUDE(InstallRequiredSystemLibraries)
 INCLUDE(CPack)
 



More information about the Cmake-commits mailing list