diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-20 16:25:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-20 16:25:09 (GMT) |
commit | b33fdb17c35e1ba1e267a7a67426304da5166fc6 (patch) | |
tree | 53010b61e5c20cfc78ef4a26313f08698fc3256a /config/cmake | |
parent | 91e9ba76c9aaa3ee4264e2e51fa177177a19051f (diff) | |
download | hdf5-b33fdb17c35e1ba1e267a7a67426304da5166fc6.zip hdf5-b33fdb17c35e1ba1e267a7a67426304da5166fc6.tar.gz hdf5-b33fdb17c35e1ba1e267a7a67426304da5166fc6.tar.bz2 |
HDFFV-10547 requires updated examples version
Diffstat (limited to 'config/cmake')
-rwxr-xr-x | config/cmake/scripts/HDF5options.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake index 82ab04a..c5f08ed 100755 --- a/config/cmake/scripts/HDF5options.cmake +++ b/config/cmake/scripts/HDF5options.cmake @@ -63,6 +63,9 @@ set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING #set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF") #set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_SZIP_ENCODING:BOOL=OFF") +#### package examples #### +#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACK_EXAMPLES:BOOL=ON -DHDF5_EXAMPLES_COMPRESSED:STRING=HDF5Examples-1.10.9-Source.tar.gz -DHDF5_EXAMPLES_COMPRESSED_DIR:PATH=${CTEST_SCRIPT_DIRECTORY}") + ############################################################################################# ### disable test program builds |