summaryrefslogtreecommitdiffstats
path: root/Modules/CPack.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-30 00:01:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-30 00:01:34 (GMT)
commitde4127cdda9dd7effc3d16fc8a1b0c1c9711308b (patch)
treee6b58b01a65dc8ffb92a8161d677ebdb29c5f43d /Modules/CPack.cmake
parent619ebce6cf2a0b03915387fb3c9bbd1cb39db795 (diff)
downloadCMake-de4127cdda9dd7effc3d16fc8a1b0c1c9711308b.zip
CMake-de4127cdda9dd7effc3d16fc8a1b0c1c9711308b.tar.gz
CMake-de4127cdda9dd7effc3d16fc8a1b0c1c9711308b.tar.bz2
ENH: Add more install registry options
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r--Modules/CPack.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake
index 25785a0..d5e9b41 100644
--- a/Modules/CPack.cmake
+++ b/Modules/CPack.cmake
@@ -101,6 +101,8 @@ cpack_set_if_not_set(CPACK_INSTALL_CMAKE_PROJECTS
cpack_set_if_not_set(CPACK_CMAKE_GENERATOR "${CMAKE_GENERATOR}")
cpack_set_if_not_set(CPACK_TOPLEVEL_TAG "${CPACK_SYSTEM_NAME}")
+cpack_set_if_not_set(CPACK_NSIS_DISPLAY_NAME "@CPACK_PACKAGE_INSTALL_DIRECTORY@")
+
cpack_encode_variables()
CONFIGURE_FILE("${cpack_input_file}"
"${CMAKE_BINARY_DIR}/CPackConfig.cmake" @ONLY IMMEDIATE)