diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-08-12 12:50:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 12:50:16 (GMT) |
commit | c0f1db4b96d43cd2f7bcd0134e107061e866d6e3 (patch) | |
tree | 5a9368195b5187d3ae3947f632444cfea0d51d09 /config/cmake/scripts/HDF5options.cmake | |
parent | b5c66529e9709839f336d2b6f0d453139a0744b5 (diff) | |
download | hdf5-c0f1db4b96d43cd2f7bcd0134e107061e866d6e3.zip hdf5-c0f1db4b96d43cd2f7bcd0134e107061e866d6e3.tar.gz hdf5-c0f1db4b96d43cd2f7bcd0134e107061e866d6e3.tar.bz2 |
Update examples version used by CMake (#882)
Diffstat (limited to 'config/cmake/scripts/HDF5options.cmake')
-rw-r--r-- | config/cmake/scripts/HDF5options.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake index e3c4c1a..8a152d1 100644 --- a/config/cmake/scripts/HDF5options.cmake +++ b/config/cmake/scripts/HDF5options.cmake @@ -69,7 +69,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRIN #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.14.2-Source.tar.gz -DHDF5_EXAMPLES_COMPRESSED_DIR:PATH=${CTEST_SCRIPT_DIRECTORY}") +#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACK_EXAMPLES:BOOL=ON -DHDF5_EXAMPLES_COMPRESSED:STRING=HDF5Examples-1.14.3-Source.tar.gz -DHDF5_EXAMPLES_COMPRESSED_DIR:PATH=${CTEST_SCRIPT_DIRECTORY}") ############################################################################################# ### enable parallel builds |