diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-17 19:27:59 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-17 19:27:59 (GMT) |
commit | 6e9b3f36eb563289c3b241d42bd3a77ca7c81a32 (patch) | |
tree | db9c9528d2ac0bc155e454751a3f42d9efc29735 /Tests/SimpleInstall | |
parent | 298b1491e65f55fafb37d143822f7501e902a09b (diff) | |
download | CMake-6e9b3f36eb563289c3b241d42bd3a77ca7c81a32.zip CMake-6e9b3f36eb563289c3b241d42bd3a77ca7c81a32.tar.gz CMake-6e9b3f36eb563289c3b241d42bd3a77ca7c81a32.tar.bz2 |
ENH: test install of debug libs
Diffstat (limited to 'Tests/SimpleInstall')
-rw-r--r-- | Tests/SimpleInstall/CMakeLists.txt | 1 |
1 files changed, 1 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) |