diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-29 18:52:20 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-29 18:52:20 (GMT) |
commit | d40f2039e7d675ac8f1c48aa5bbd71d7d1332650 (patch) | |
tree | 8dfdae8b627f1664a5289426331dee1b8f00f1f8 /config/cmake/scripts | |
parent | 2e387d1bf6f60db88b5bdb1eef482fedc11e11f9 (diff) | |
download | hdf5-d40f2039e7d675ac8f1c48aa5bbd71d7d1332650.zip hdf5-d40f2039e7d675ac8f1c48aa5bbd71d7d1332650.tar.gz hdf5-d40f2039e7d675ac8f1c48aa5bbd71d7d1332650.tar.bz2 |
Update CMake usage
Diffstat (limited to 'config/cmake/scripts')
-rwxr-xr-x | 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 df89c2c..eefc9a4 100755 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -184,7 +184,7 @@ set (MODEL "Experimental") ##### 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_10_2")
#uncomment to use a compressed source file: *.tar on linux or mac *.zip on windows
#set(CTEST_USE_TAR_SOURCE "${CTEST_SOURCE_VERSION}")
|