summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:50:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:50:34 (GMT)
commit542ef4045634ad84cee2e49962d105f6008a3651 (patch)
tree5326ab691a94ecccb136194dac31f90010b5f342 /CMakeLists.txt
parente835063ebfada628b80046cc8328d8771abd9e11 (diff)
downloadhdf5-542ef4045634ad84cee2e49962d105f6008a3651.zip
hdf5-542ef4045634ad84cee2e49962d105f6008a3651.tar.gz
hdf5-542ef4045634ad84cee2e49962d105f6008a3651.tar.bz2
Merge from develop HDFFV-8359 and remove FindMPI copies
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 61ed4c7..dfbfbe7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.10) (VERSION 3.3)
+cmake_minimum_required (VERSION 3.10)
PROJECT (HDF5 C CXX)
#-----------------------------------------------------------------------------