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 /c++ | |
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 'c++')
-rw-r--r-- | c++/CMakeLists.txt | 2 | ||||
-rw-r--r-- | c++/examples/CMakeLists.txt | 2 | ||||
-rw-r--r-- | c++/src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | c++/test/CMakeLists.txt | 2 |
4 files changed, 4 insertions, 4 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) #----------------------------------------------------------------------------- diff --git a/c++/examples/CMakeLists.txt b/c++/examples/CMakeLists.txt index b6b1afa..e3e1077 100644 --- a/c++/examples/CMakeLists.txt +++ b/c++/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.10) +cmake_minimum_required (VERSION 2.8.11) # -------------------------------------------------------------------- # Notes: When creating examples they should be prefixed # with "cpp_ex_". This allows for easier filtering of the examples. diff --git a/c++/src/CMakeLists.txt b/c++/src/CMakeLists.txt index 502a192..7054b04 100644 --- a/c++/src/CMakeLists.txt +++ b/c++/src/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.10) +cmake_minimum_required (VERSION 2.8.11) PROJECT (HDF5_CPP_SRC) #----------------------------------------------------------------------------- diff --git a/c++/test/CMakeLists.txt b/c++/test/CMakeLists.txt index ec2a32f..9966163 100644 --- a/c++/test/CMakeLists.txt +++ b/c++/test/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.10) +cmake_minimum_required (VERSION 2.8.11) PROJECT (HDF5_CPP_TEST) # -------------------------------------------------------------------- # Notes: When creating unit test executables they should be prefixed |