From d088d3285c34f6ae3b02337d6dfcca17bcb9c7c3 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 12 Sep 2013 11:09:42 -0500 Subject: [svn-r24127] Comment out bundle packing --- CMakeInstallation.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}/") -- cgit v0.12