summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-07 18:06:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-07 18:06:08 (GMT)
commit67f3ffc21e2b51194dc5fa2a13be340cbb98fd65 (patch)
treebb81274681bb6fc396ecf2774fa778e62aef95d1 /CMakeInstallation.cmake
parentf66809465f1e5ce3a23080b70e08d600d1fb4c8a (diff)
downloadhdf5-67f3ffc21e2b51194dc5fa2a13be340cbb98fd65.zip
hdf5-67f3ffc21e2b51194dc5fa2a13be340cbb98fd65.tar.gz
hdf5-67f3ffc21e2b51194dc5fa2a13be340cbb98fd65.tar.bz2
Add STGZ to cpack generator list for OSX
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index 29ddcdd..06bcc9d 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -350,6 +350,7 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES)
set(CPACK_WIX_PATCH_FILE "${HDF_RESOURCES_DIR}/patch.xml")
endif (BUILD_SHARED_LIBS)
elseif (APPLE)
+ list (APPEND CPACK_GENERATOR "STGZ")
list (APPEND CPACK_GENERATOR "DragNDrop")
set (CPACK_COMPONENTS_ALL_IN_ONE_PACKAGE ON)
set (CPACK_PACKAGING_INSTALL_PREFIX "/${CPACK_PACKAGE_INSTALL_DIRECTORY}")