diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-02-18 16:56:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-02-18 16:56:22 (GMT) |
commit | 73bb11dda3265abce3b32b8e28151f536d5d5afb (patch) | |
tree | 3061df3323ca6975ff3c82225f8683ffb59b45a5 /bin/cmakehdf5 | |
parent | 69d4bda97c4f3b6f855da1146fae1b9e61175c6a (diff) | |
download | hdf5-73bb11dda3265abce3b32b8e28151f536d5d5afb.zip hdf5-73bb11dda3265abce3b32b8e28151f536d5d5afb.tar.gz hdf5-73bb11dda3265abce3b32b8e28151f536d5d5afb.tar.bz2 |
[svn-r26208] Update cmake minimums
Diffstat (limited to 'bin/cmakehdf5')
-rwxr-xr-x | bin/cmakehdf5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cmakehdf5 b/bin/cmakehdf5 index ec6357f..c092545 100755 --- a/bin/cmakehdf5 +++ b/bin/cmakehdf5 @@ -279,7 +279,7 @@ EOF #========== #========== cat > $cfgfile <<'EOF' -cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR) +cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) ######################################################## # This dashboard is maintained by The HDF Group # For any comments please contact cdashhelp@hdfgroup.org |