summaryrefslogtreecommitdiffstats
path: root/tools/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-02-28 16:35:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-02-28 16:35:30 (GMT)
commitd7a6fab2818f63495f400df7291d2be638322219 (patch)
treeb3fa75b68387ec33ee8d6fdc0cd2ea5b80353b11 /tools/src/CMakeLists.txt
parent6ad2ea374b8d15699a8db2086671bc089793bb13 (diff)
parente0f872c13e5a21790533c46ad57699bd8f03e2ff (diff)
downloadhdf5-d7a6fab2818f63495f400df7291d2be638322219.zip
hdf5-d7a6fab2818f63495f400df7291d2be638322219.tar.gz
hdf5-d7a6fab2818f63495f400df7291d2be638322219.tar.bz2
Merge pull request #912 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'e0f872c13e5a21790533c46ad57699bd8f03e2ff': Correct use of list var Remove uncomitted test Incr CMake min, add missing test, rework test CMake script
Diffstat (limited to 'tools/src/CMakeLists.txt')
-rw-r--r--tools/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/CMakeLists.txt b/tools/src/CMakeLists.txt
index 24e682a..5a25f76 100644
--- a/tools/src/CMakeLists.txt
+++ b/tools/src/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.2.2)
+cmake_minimum_required (VERSION 3.3.2)
PROJECT (HDF5_TOOLS_SRC)
#-----------------------------------------------------------------------------