summaryrefslogtreecommitdiffstats
path: root/c++/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-03-13 15:05:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-03-13 15:05:09 (GMT)
commitf5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0 (patch)
tree002ab3ddcf0e96739169337ea0e72d785fe73944 /c++/CMakeLists.txt
parentb17f3e418335b0468f3f6d6956b2d6adeb9b5cf7 (diff)
downloadhdf5-f5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0.zip
hdf5-f5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0.tar.gz
hdf5-f5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0.tar.bz2
[svn-r24789] Bump up the minimum cmake version
Diffstat (limited to 'c++/CMakeLists.txt')
-rw-r--r--c++/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/CMakeLists.txt b/c++/CMakeLists.txt
index 06d4609..c1de616 100644
--- a/c++/CMakeLists.txt
+++ b/c++/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8.10)
+cmake_minimum_required (VERSION 2.8.11)
PROJECT (HDF5_CPP)
#-----------------------------------------------------------------------------