summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-02-18 15:07:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-02-18 15:07:39 (GMT)
commit456507476f05e133be004e91d729c93c07a06765 (patch)
tree18a26dec997b69a51f57d9b8a813c48e97e05d0c /CMakeInstallation.cmake
parent32baeca60fb60b41e55d3f303d355915b47851f5 (diff)
downloadhdf5-456507476f05e133be004e91d729c93c07a06765.zip
hdf5-456507476f05e133be004e91d729c93c07a06765.tar.gz
hdf5-456507476f05e133be004e91d729c93c07a06765.tar.bz2
[svn-r24721] 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 0d071e7..20891de 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -227,6 +227,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}")