summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-05-29 14:24:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-05-29 14:24:01 (GMT)
commit9f079316a64c98048a99a2129d91a379967665a6 (patch)
tree40cdae9509c38a35f9d48bfb04d2ee56cca85321 /CMakeLists.txt
parent21ebc483fcc4791c54735d877212fe27acdc835d (diff)
downloadhdf5-9f079316a64c98048a99a2129d91a379967665a6.zip
hdf5-9f079316a64c98048a99a2129d91a379967665a6.tar.gz
hdf5-9f079316a64c98048a99a2129d91a379967665a6.tar.bz2
[svn-r22415] Windows needs monolithic set for CPack (CMake 2.8.6)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b42c7b4..dd50c99 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -941,6 +941,7 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES)
ENDIF (EXISTS "${HDF5_SOURCE_DIR}/release_docs")
SET (CPACK_PACKAGE_RELOCATABLE TRUE)
IF (WIN32)
+ SET (CPACK_MONOLITHIC_INSTALL ON)
SET (CPACK_NSIS_CONTACT "help@hdfgroup.org")
SET (CPACK_NSIS_MODIFY_PATH ON)
SET (CPACK_NSIS_PACKAGE_NAME "HDF5 ${HDF5_PACKAGE_VERSION}")