diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-03-13 15:05:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-03-13 15:05:09 (GMT) |
commit | f5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0 (patch) | |
tree | 002ab3ddcf0e96739169337ea0e72d785fe73944 /hl/fortran/examples | |
parent | b17f3e418335b0468f3f6d6956b2d6adeb9b5cf7 (diff) | |
download | hdf5-f5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0.zip hdf5-f5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0.tar.gz hdf5-f5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0.tar.bz2 |
[svn-r24789] Bump up the minimum cmake version
Diffstat (limited to 'hl/fortran/examples')
-rw-r--r-- | hl/fortran/examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/examples/CMakeLists.txt b/hl/fortran/examples/CMakeLists.txt index 189c9cc..12467b8 100644 --- a/hl/fortran/examples/CMakeLists.txt +++ b/hl/fortran/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.10) +cmake_minimum_required (VERSION 2.8.11) PROJECT (HDF5_HL_F90_EXAMPLES C CXX Fortran) #----------------------------------------------------------------------------- |