summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-12-05 16:19:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-12-05 16:19:09 (GMT)
commitcc3eb8da731383dc38ae62d375c691c5af9ccbfe (patch)
tree030d6c682e5cc5efa62acfef8813d41f61fbd2d0 /fortran/testpar/CMakeLists.txt
parent414e34edb908e13876d7f4720897a58a1b3f22fa (diff)
downloadhdf5-cc3eb8da731383dc38ae62d375c691c5af9ccbfe.zip
hdf5-cc3eb8da731383dc38ae62d375c691c5af9ccbfe.tar.gz
hdf5-cc3eb8da731383dc38ae62d375c691c5af9ccbfe.tar.bz2
[svn-r21804] Update CMake Required version in all folders to match current standard 2.8.6
Diffstat (limited to 'fortran/testpar/CMakeLists.txt')
-rw-r--r--fortran/testpar/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/CMakeLists.txt b/fortran/testpar/CMakeLists.txt
index ef2aa4e..b112db3 100644
--- a/fortran/testpar/CMakeLists.txt
+++ b/fortran/testpar/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8)
+cmake_minimum_required (VERSION 2.8.6)
PROJECT (HDF5_FORTRAN_TESTPAR C CXX Fortran)
#-----------------------------------------------------------------------------