diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-04-25 16:50:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-04-25 16:50:23 (GMT) |
commit | bbaec6dfe44e8878345de2594dc97f1bc8d361ba (patch) | |
tree | 95618327352192802d9769b23cd706184a152d55 | |
parent | 27acfa6f32695e134b6e7ee75335350efffd900b (diff) | |
download | hdf5-bbaec6dfe44e8878345de2594dc97f1bc8d361ba.zip hdf5-bbaec6dfe44e8878345de2594dc97f1bc8d361ba.tar.gz hdf5-bbaec6dfe44e8878345de2594dc97f1bc8d361ba.tar.bz2 |
[svn-r25104] Correct installed menu name
-rw-r--r-- | CMakeInstallation.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake index 83ba252..84aedb6 100644 --- a/CMakeInstallation.cmake +++ b/CMakeInstallation.cmake @@ -284,7 +284,7 @@ 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@") 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}") |