mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r24744] Correct NSIS name
This commit is contained in:
parent
f68f4be233
commit
e1e136ea1d
@ -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)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user