summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-26 19:24:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-26 19:24:25 (GMT)
commiteafd204b2d53186c3adade5e1b5c984effa6b9ca (patch)
treec545f7a7486e2b887fa8cb6a9303aa63d8c6a112 /CMakeInstallation.cmake
parentc4ec20a6de26d3f748dc87d15226961983fc81c3 (diff)
downloadhdf5-eafd204b2d53186c3adade5e1b5c984effa6b9ca.zip
hdf5-eafd204b2d53186c3adade5e1b5c984effa6b9ca.tar.gz
hdf5-eafd204b2d53186c3adade5e1b5c984effa6b9ca.tar.bz2
[svn-r26607] Correct test of plugin read when disabled to not print FAILURE when successful
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 e81d0a6..0380adc 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -389,7 +389,7 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES)
set (CPACK_BUNDLE_ICON "${HDF_RESOURCES_EXT_DIR}/hdf.icns")
set (CPACK_BUNDLE_PLIST "${HDF5_BINARY_DIR}/CMakeFiles/Info.plist")
set (CPACK_APPLE_GUI_INFO_STRING "HDF5 (Hierarchical Data Format 5) Software Library and Utilities")
- set (CPACK_APPLE_GUI_COPYRIGHT "Copyright © 2006-2014 by The HDF Group. All rights reserved.")
+ set (CPACK_APPLE_GUI_COPYRIGHT "Copyright © 2006-2015 by The HDF Group. All rights reserved.")
set (CPACK_SHORT_VERSION_STRING "${CPACK_PACKAGE_VERSION}")
set (CPACK_APPLE_GUI_BUNDLE_NAME "${HDF5_PACKAGE_STRING}")
set (CPACK_APPLE_GUI_VERSION_STRING "${CPACK_PACKAGE_VERSION_STRING}")