diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-11-18 21:42:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-11-18 21:42:00 (GMT) |
commit | beaf9104a84ddb041ac7b42a0d969f1920e21eed (patch) | |
tree | 0b3bb790d75ae90d3b0520aacc581c9dbd874e39 | |
parent | 144e7a600c7db5a5ba23db882d7c1d6f758d82d2 (diff) | |
download | hdf5-beaf9104a84ddb041ac7b42a0d969f1920e21eed.zip hdf5-beaf9104a84ddb041ac7b42a0d969f1920e21eed.tar.gz hdf5-beaf9104a84ddb041ac7b42a0d969f1920e21eed.tar.bz2 |
Correct repo branch name
-rw-r--r-- | config/cmake/scripts/HDF5config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake index f46df4c..7c215c7 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://git@bitbucket.hdfgroup.org/scm/hdffv/hdf5.git") -set (REPOSITORY_BRANCH "develop") +set (REPOSITORY_BRANCH "hdf5_1_12") #uncomment to use a compressed source file: *.tar on linux or mac *.zip on windows #set(CTEST_USE_TAR_SOURCE "${CTEST_SOURCE_VERSION}") |