diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-07-16 18:21:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-07-16 18:21:05 (GMT) |
commit | 2e3ab09a520ff87ec709b5997273ce7f3b99d9ed (patch) | |
tree | 430e56d63830c130ea8611065940353f90a0248a /CMakeLists.txt | |
parent | d06dd112915987516eb3f457c51db959b22a1f62 (diff) | |
download | hdf5-2e3ab09a520ff87ec709b5997273ce7f3b99d9ed.zip hdf5-2e3ab09a520ff87ec709b5997273ce7f3b99d9ed.tar.gz hdf5-2e3ab09a520ff87ec709b5997273ce7f3b99d9ed.tar.bz2 |
[svn-r22581] HDFFV-588: hdump restrictions on filename for split files. Added text and example to usage.
Tested: local linux
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 810ba1b..0346ff3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -984,6 +984,7 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES) SET (CPACK_NSIS_PACKAGE_NAME "HDF5 ${HDF5_PACKAGE_VERSION}") ELSE (WIN32) SET (CPACK_PACKAGING_INSTALL_PREFIX "/usr") + SET (CPACK_ARCHIVE_COMPONENT_INSTALL ON) SET (CPACK_COMPONENTS_ALL_IN_ONE_PACKAGE ON) SET (CPACK_DEBIAN_PACKAGE_SECTION "Libraries") |