summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-15 22:48:27 (GMT)
committerGitHub <noreply@github.com>2023-06-15 22:48:27 (GMT)
commit16b1f35e7f5cff85a141148a6f8aa02c23f08fd7 (patch)
treec5f80197bda39eaf1026de538f343e498b3f8258 /config/cmake/scripts
parentc2e3e9f63a1872a8f27aac18f0ff72405746b8ce (diff)
downloadhdf5-16b1f35e7f5cff85a141148a6f8aa02c23f08fd7.zip
hdf5-16b1f35e7f5cff85a141148a6f8aa02c23f08fd7.tar.gz
hdf5-16b1f35e7f5cff85a141148a6f8aa02c23f08fd7.tar.bz2
Some minor version text changes (#3134)
Diffstat (limited to 'config/cmake/scripts')
-rw-r--r--config/cmake/scripts/HDF5config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake
index 30d187e..4a49cef 100644
--- a/config/cmake/scripts/HDF5config.cmake
+++ b/config/cmake/scripts/HDF5config.cmake
@@ -217,7 +217,7 @@ endif ()
##### Following controls source update #####
#set (LOCAL_UPDATE "TRUE")
set (REPOSITORY_URL "https://github.com/HDFGroup/hdf5.git")
-set (REPOSITORY_BRANCH "develop")
+set (REPOSITORY_BRANCH "hdf5_1_14")
#uncomment to use a compressed source file: *.tar on linux or mac *.zip on windows
#set(CTEST_USE_TAR_SOURCE "${CTEST_SOURCE_VERSION}")