summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-09-12 16:09:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-09-12 16:09:42 (GMT)
commitd088d3285c34f6ae3b02337d6dfcca17bcb9c7c3 (patch)
treeed537b5689191c1e0b6fb293c3515996fb02ed74 /CMakeInstallation.cmake
parent9feb3e641d66703bbe9136700840e11b0ec45a11 (diff)
downloadhdf5-d088d3285c34f6ae3b02337d6dfcca17bcb9c7c3.zip
hdf5-d088d3285c34f6ae3b02337d6dfcca17bcb9c7c3.tar.gz
hdf5-d088d3285c34f6ae3b02337d6dfcca17bcb9c7c3.tar.bz2
[svn-r24127] Comment out bundle packing
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 4a81cf9..aa34b9c 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -229,7 +229,7 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES)
SET (CPACK_PACKAGE_ICON "${HDF5_RESOURCES_DIR}/hdf.gif")
SET (CPACK_SET_DESTDIR TRUE) # Required when packaging, and set CMAKE_INSTALL_PREFIX to "/".
- LIST (APPEND CPACK_GENERATOR "Bundle")
+# LIST (APPEND CPACK_GENERATOR "Bundle")
SET (CPACK_BUNDLE_NAME "${HDF5_PACKAGE_STRING}")
SET (CPACK_BUNDLE_LOCATION "/") # make sure CMAKE_INSTALL_PREFIX ends in /
SET (CMAKE_INSTALL_PREFIX "/${CPACK_BUNDLE_NAME}.framework/Versions/${CPACK_PACKAGE_VERSION}/${CPACK_PACKAGE_NAME}/")