summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-02-18 15:07:53 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-02-18 15:07:53 (GMT)
commitbf908ca553e3eadcb069b67e104462b7f00c3449 (patch)
tree6e785a813626bc8e68b1f7ad1ee4e7e34db5ab2d /CMakeInstallation.cmake
parentd7f00b8002ff0b0fc291fa755cde54bc39d24f59 (diff)
downloadhdf5-bf908ca553e3eadcb069b67e104462b7f00c3449.zip
hdf5-bf908ca553e3eadcb069b67e104462b7f00c3449.tar.gz
hdf5-bf908ca553e3eadcb069b67e104462b7f00c3449.tar.bz2
[svn-r24722] Set NSIS display name
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index 7d4824a..5da5007 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -275,6 +275,7 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES)
SET (CPACK_NSIS_PACKAGE_NAME "${HDF5_PACKAGE_STRING}")
SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY "${HDF5_PACKAGE_STRING}-${LIB_TYPE}")
ENDIF (CMAKE_CL_64)
+ SET (CPACK_NSIS_DISPLAY_NAME "@CPACK_NSIS_PACKAGE_NAME@, is a data model, library, and file format for storing and managing data")
SET (CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_VENDOR}\\\\${CPACK_PACKAGE_NAME}\\\\${CPACK_PACKAGE_VERSION}")
SET (CPACK_MONOLITHIC_INSTALL ON)
SET (CPACK_NSIS_CONTACT "${HDF5_PACKAGE_BUGREPORT}")