diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-01-18 20:42:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-01-18 20:42:39 (GMT) |
commit | 4f3f30e63dfeb712142430e314679575f76ddba4 (patch) | |
tree | 220bacf0aab0ae89a456a64b4d9df49afc7c8525 /c++/examples | |
parent | 2d3f62805a5dd3c0d2498319d473a3601c4021cf (diff) | |
download | hdf5-4f3f30e63dfeb712142430e314679575f76ddba4.zip hdf5-4f3f30e63dfeb712142430e314679575f76ddba4.tar.gz hdf5-4f3f30e63dfeb712142430e314679575f76ddba4.tar.bz2 |
Update CMake required to version 3.2.2
Diffstat (limited to 'c++/examples')
-rw-r--r-- | c++/examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/examples/CMakeLists.txt b/c++/examples/CMakeLists.txt index cfcdd8d..a86c16f 100644 --- a/c++/examples/CMakeLists.txt +++ b/c++/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.1.0) +cmake_minimum_required (VERSION 3.2.2) # -------------------------------------------------------------------- # Notes: When creating examples they should be prefixed # with "cpp_ex_". This allows for easier filtering of the examples. |