summaryrefslogtreecommitdiffstats
path: root/tools/h5import/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-01-18 20:42:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-01-18 20:42:39 (GMT)
commit4f3f30e63dfeb712142430e314679575f76ddba4 (patch)
tree220bacf0aab0ae89a456a64b4d9df49afc7c8525 /tools/h5import/CMakeLists.txt
parent2d3f62805a5dd3c0d2498319d473a3601c4021cf (diff)
downloadhdf5-4f3f30e63dfeb712142430e314679575f76ddba4.zip
hdf5-4f3f30e63dfeb712142430e314679575f76ddba4.tar.gz
hdf5-4f3f30e63dfeb712142430e314679575f76ddba4.tar.bz2
Update CMake required to version 3.2.2
Diffstat (limited to 'tools/h5import/CMakeLists.txt')
-rw-r--r--tools/h5import/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5import/CMakeLists.txt b/tools/h5import/CMakeLists.txt
index 8951be7..05cd226 100644
--- a/tools/h5import/CMakeLists.txt
+++ b/tools/h5import/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.1.0)
+cmake_minimum_required (VERSION 3.2.2)
PROJECT (HDF5_TOOLS_H5IMPORT)
#-----------------------------------------------------------------------------