summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-04-25 16:49:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-04-25 16:49:08 (GMT)
commit01de7491b24bbd164865f0b1c9fa636c312ff570 (patch)
treef23d0baa59d271dad9b4e4b4aabd45386701aa5d /CMakeInstallation.cmake
parentb06947c433d64e9a1b05e5a64b93a27bcf59aa79 (diff)
downloadhdf5-01de7491b24bbd164865f0b1c9fa636c312ff570.zip
hdf5-01de7491b24bbd164865f0b1c9fa636c312ff570.tar.gz
hdf5-01de7491b24bbd164865f0b1c9fa636c312ff570.tar.bz2
[svn-r25103] Correct installed menu name
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index 3ad3278..bac7581 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -315,7 +315,8 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES)
set (CPACK_NSIS_MUI_UNIICON "${HDF5_RESOURCES_DIR}\\\\hdf.ico")
# set the package header icon for MUI
set (CPACK_PACKAGE_ICON "${HDF5_RESOURCES_DIR}\\\\hdf.bmp")
- set (CPACK_NSIS_DISPLAY_NAME "@CPACK_NSIS_PACKAGE_NAME@, is a data model, library, and file format for storing and managing data")
+ #set (CPACK_NSIS_DISPLAY_NAME "@CPACK_NSIS_PACKAGE_NAME@, is a data model, library, and file format for storing and managing data")
+ set (CPACK_NSIS_DISPLAY_NAME "@CPACK_NSIS_PACKAGE_NAME@")
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}")