summaryrefslogtreecommitdiffstats
path: root/config/cmake/CTestScript.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:38:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:38:48 (GMT)
commite835063ebfada628b80046cc8328d8771abd9e11 (patch)
treebab7cc48b724d184aba731154ed30d4a3a485a78 /config/cmake/CTestScript.cmake
parentc1cc4a123fd1a7b3acdad6c3d9376168c87108b0 (diff)
downloadhdf5-e835063ebfada628b80046cc8328d8771abd9e11.zip
hdf5-e835063ebfada628b80046cc8328d8771abd9e11.tar.gz
hdf5-e835063ebfada628b80046cc8328d8771abd9e11.tar.bz2
Change CMake min to 3.10
Diffstat (limited to 'config/cmake/CTestScript.cmake')
-rw-r--r--config/cmake/CTestScript.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/CTestScript.cmake b/config/cmake/CTestScript.cmake
index a8b7bbc..0269ba8 100644
--- a/config/cmake/CTestScript.cmake
+++ b/config/cmake/CTestScript.cmake
@@ -9,7 +9,7 @@
# If you do not have access to either file, you may request a copy from
# help@hdfgroup.org.
#
-cmake_minimum_required (VERSION 3.2.2 FATAL_ERROR)
+cmake_minimum_required (VERSION 3.10)
########################################################
# For any comments please contact cdashhelp@hdfgroup.org
#