summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-07 17:32:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-07 17:32:48 (GMT)
commit517bccdbfb8875b960182995d6993bfc156379e8 (patch)
treebe015491e285aaaac11a7c47adf88896f1b98f78 /CMakeInstallation.cmake
parent4cb4a781794ff9f3b014297ce5b269e7825c19b4 (diff)
downloadhdf5-517bccdbfb8875b960182995d6993bfc156379e8.zip
hdf5-517bccdbfb8875b960182995d6993bfc156379e8.tar.gz
hdf5-517bccdbfb8875b960182995d6993bfc156379e8.tar.bz2
Add STGZ to mac cpack list
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 6817d5c..045f875 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -368,6 +368,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}")