diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-12-05 16:32:07 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-12-05 16:32:07 (GMT) |
commit | 6158a3128cd8661ce83f9713a1033f5c289ab35e (patch) | |
tree | f68380c060d4c6c2ea6729ea1ca6391e4ceef85a /fortran/test | |
parent | e98218b62c46e2ace78c4c512016d83e3f6cab34 (diff) | |
download | hdf5-6158a3128cd8661ce83f9713a1033f5c289ab35e.zip hdf5-6158a3128cd8661ce83f9713a1033f5c289ab35e.tar.gz hdf5-6158a3128cd8661ce83f9713a1033f5c289ab35e.tar.bz2 |
[svn-r21805] Update CMake Required version in all folders to match current standard 2.8.6
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/CMakeLists.txt b/fortran/test/CMakeLists.txt index ed7c147..e6ddbaf 100644 --- a/fortran/test/CMakeLists.txt +++ b/fortran/test/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8) +cmake_minimum_required (VERSION 2.8.6) PROJECT (HDF5_FORTRAN_TESTS C CXX Fortran) #----------------------------------------------------------------------------- |