summaryrefslogtreecommitdiffstats
path: root/fortran/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-02-27 22:36:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-02-27 22:36:22 (GMT)
commitd29b78ba8f05d63e03d507c8f71ad47255efb804 (patch)
treea7438cb86ef11e790aeee370db6f6da3c5606dd8 /fortran/src
parent9ea358d971ae45698dba6794583a39c4023085ad (diff)
parent032f680919cd67202c6b5817c327139c09dacb05 (diff)
downloadhdf5-d29b78ba8f05d63e03d507c8f71ad47255efb804.zip
hdf5-d29b78ba8f05d63e03d507c8f71ad47255efb804.tar.gz
hdf5-d29b78ba8f05d63e03d507c8f71ad47255efb804.tar.bz2
Merge pull request #909 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '032f680919cd67202c6b5817c327139c09dacb05': Add import Fix list var Fix IN_LIST usage Inc CMake min, Add new tests, rework test CMake files Update list
Diffstat (limited to 'fortran/src')
-rw-r--r--fortran/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt
index 5446616..9bf1719 100644
--- a/fortran/src/CMakeLists.txt
+++ b/fortran/src/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.2.2)
+cmake_minimum_required (VERSION 3.3.2)
PROJECT (HDF5_F90_SRC C CXX Fortran)
#-----------------------------------------------------------------------------