summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-12 14:04:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-12 14:04:30 (GMT)
commit26109aad51393d2a9e6d3a667a0a3ddf8b5e874e (patch)
tree02cda33794e4065d5aa0fa6514f1b365ef0d7ef7 /test
parent43158f3bb352f374c31556a5d0dc463a09e0b32e (diff)
parent75db73efc514aff2af63618cc7be357fc4e77cb6 (diff)
downloadhdf5-26109aad51393d2a9e6d3a667a0a3ddf8b5e874e.zip
hdf5-26109aad51393d2a9e6d3a667a0a3ddf8b5e874e.tar.gz
hdf5-26109aad51393d2a9e6d3a667a0a3ddf8b5e874e.tar.bz2
Merge pull request #932 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '75db73efc514aff2af63618cc7be357fc4e77cb6': Add release note Remove obsolete comments Change CMake min to 3.10
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index fd88b5f..b3b6f5c 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.3.2)
+cmake_minimum_required (VERSION 3.10)
PROJECT (HDF5_TEST)
#-----------------------------------------------------------------------------