build: avoid using a fixed version in HDF5_Examples.cmake.in (#6328)

This commit is contained in:
H. Joe Lee
2026-03-31 16:00:13 -05:00
committed by GitHub
parent ceca851a0d
commit 9ba9b7153f
+1 -3
View File
@@ -82,9 +82,7 @@ endif()
set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSITE:STRING=${CTEST_SITE} -DBUILDNAME:STRING=${CTEST_BUILD_NAME}")
#TAR_SOURCE - name of tarfile
#if(NOT DEFINED TAR_SOURCE)
# set(CTEST_USE_TAR_SOURCE "HDF5Examples-2.0.1-Source")
#endif()
# set(CTEST_USE_TAR_SOURCE "HDF5Examples-@HDF5_PACKAGE_VERSION@-Source")
###############################################################################################################
set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ROOT:PATH=${INSTALLDIR}")