diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-01-18 22:02:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-01-18 22:02:09 (GMT) |
commit | 9f61f559d1541066b07c02609579bf053099ab90 (patch) | |
tree | c93284c6087b12a8f53233f4aa5182e7d5c3f165 /config/cmake/scripts/HDF5config.cmake | |
parent | d5c0a54878a418b6a0b581ef4d9a1c5abb463d46 (diff) | |
download | hdf5-9f61f559d1541066b07c02609579bf053099ab90.zip hdf5-9f61f559d1541066b07c02609579bf053099ab90.tar.gz hdf5-9f61f559d1541066b07c02609579bf053099ab90.tar.bz2 |
Fix CMake policy 54 warnings
Diffstat (limited to 'config/cmake/scripts/HDF5config.cmake')
-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 f9b6401..f8e6f9b 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 "hdf5_1_10_4") +set (REPOSITORY_BRANCH "hdf5_1_10_5") #uncomment to use a compressed source file: *.tar on linux or mac *.zip on windows #set(CTEST_USE_TAR_SOURCE "${CTEST_SOURCE_VERSION}") |