summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-09-17 19:27:59 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-09-17 19:27:59 (GMT)
commit6e9b3f36eb563289c3b241d42bd3a77ca7c81a32 (patch)
treedb9c9528d2ac0bc155e454751a3f42d9efc29735 /Tests
parent298b1491e65f55fafb37d143822f7501e902a09b (diff)
downloadCMake-6e9b3f36eb563289c3b241d42bd3a77ca7c81a32.zip
CMake-6e9b3f36eb563289c3b241d42bd3a77ca7c81a32.tar.gz
CMake-6e9b3f36eb563289c3b241d42bd3a77ca7c81a32.tar.bz2
ENH: test install of debug libs
Diffstat (limited to 'Tests')
-rw-r--r--Tests/SimpleInstall/CMakeLists.txt1
-rw-r--r--Tests/SimpleInstallS2/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/CMakeLists.txt b/Tests/SimpleInstall/CMakeLists.txt
index 6a15130..99ee6b5 100644
--- a/Tests/SimpleInstall/CMakeLists.txt
+++ b/Tests/SimpleInstall/CMakeLists.txt
@@ -329,6 +329,7 @@ ENDIF(UNIX AND NOT APPLE)
SET(CPACK_PACKAGE_EXECUTABLES "SimpleInstall" "Simple Install")
SET(CMAKE_INSTALL_MFC_LIBRARIES 1)
+SET(CMAKE_INSTALL_DEBUG_LIBRARIES 1)
INCLUDE(InstallRequiredSystemLibraries)
INCLUDE(CPack)
diff --git a/Tests/SimpleInstallS2/CMakeLists.txt b/Tests/SimpleInstallS2/CMakeLists.txt
index 6a15130..99ee6b5 100644
--- a/Tests/SimpleInstallS2/CMakeLists.txt
+++ b/Tests/SimpleInstallS2/CMakeLists.txt
@@ -329,6 +329,7 @@ ENDIF(UNIX AND NOT APPLE)
SET(CPACK_PACKAGE_EXECUTABLES "SimpleInstall" "Simple Install")
SET(CMAKE_INSTALL_MFC_LIBRARIES 1)
+SET(CMAKE_INSTALL_DEBUG_LIBRARIES 1)
INCLUDE(InstallRequiredSystemLibraries)
INCLUDE(CPack)