diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-05 16:48:32 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-05 16:48:32 (GMT) |
commit | ece0ba0336d8e8a620af757833411eadbe068503 (patch) | |
tree | d934b6d5275461cd1029ef055a488815d535e9e4 /bin | |
parent | 5a7ad19248277b9c448894b8984cdde4cc3924dd (diff) | |
download | hdf5-ece0ba0336d8e8a620af757833411eadbe068503.zip hdf5-ece0ba0336d8e8a620af757833411eadbe068503.tar.gz hdf5-ece0ba0336d8e8a620af757833411eadbe068503.tar.bz2 |
[svn-r26371] Update cmake mininum version
Update windows wix cpack process.
Diffstat (limited to 'bin')
-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 |