summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-02-27 17:42:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-02-27 17:42:31 (GMT)
commite1e136ea1d49e7df7d77748c33cc4f182443f377 (patch)
treee77b143e9d9bab31cb8913776a7d55cba16115bc /CMakeInstallation.cmake
parentf68f4be233eb86b2c2e79c3be15337d320cc69d8 (diff)
downloadhdf5-e1e136ea1d49e7df7d77748c33cc4f182443f377.zip
hdf5-e1e136ea1d49e7df7d77748c33cc4f182443f377.tar.gz
hdf5-e1e136ea1d49e7df7d77748c33cc4f182443f377.tar.bz2
[svn-r24744] Correct NSIS name
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index 45c8885..1d74786 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -271,7 +271,7 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES)
# - Root install directory (displayed to end user at installer-run time)
# - "NSIS package/display name" (text used in the installer GUI)
# - Registry key used to store info about the installation
- SET (CPACK_NSIS_PACKAGE_NAME "${HDF5_PACKAGE_STRING}-${CPACK_PACKAGE_VERSION}")
+ SET (CPACK_NSIS_PACKAGE_NAME "${HDF5_PACKAGE_STRING}")
IF (CMAKE_CL_64)
SET (CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64")
SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION} (Win64)")