diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-02-18 15:07:53 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-02-18 15:07:53 (GMT) |
commit | bf908ca553e3eadcb069b67e104462b7f00c3449 (patch) | |
tree | 6e785a813626bc8e68b1f7ad1ee4e7e34db5ab2d /CMakeInstallation.cmake | |
parent | d7f00b8002ff0b0fc291fa755cde54bc39d24f59 (diff) | |
download | hdf5-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.cmake | 1 |
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}") |