summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-09-13 20:08:38 (GMT)
committerGitHub <noreply@github.com>2021-09-13 20:08:38 (GMT)
commit876b720d6f0d2f639f32c04c1d2a35567f6ba80e (patch)
tree3864d43ad03a5940aabccc93bc7c2d711225e3a8 /config/cmake/scripts
parent8281b6a74e5701bca439a8c16de5924d43509105 (diff)
downloadhdf5-876b720d6f0d2f639f32c04c1d2a35567f6ba80e.zip
hdf5-876b720d6f0d2f639f32c04c1d2a35567f6ba80e.tar.gz
hdf5-876b720d6f0d2f639f32c04c1d2a35567f6ba80e.tar.bz2
1.10 Update examples version because of HDFFV-11269 (#1000)
* Update examples version because of HDFFV-11269 * Correct plugin version
Diffstat (limited to 'config/cmake/scripts')
-rwxr-xr-xconfig/cmake/scripts/HDF5options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake
index 74ecc5e..19e3891 100755
--- 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.10.16-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.10.17-Source.tar.gz -DHDF5_EXAMPLES_COMPRESSED_DIR:PATH=${CTEST_SCRIPT_DIRECTORY}")
#############################################################################################
### enable parallel builds