diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-27 22:36:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-27 22:36:22 (GMT) |
commit | d29b78ba8f05d63e03d507c8f71ad47255efb804 (patch) | |
tree | a7438cb86ef11e790aeee370db6f6da3c5606dd8 /config/cmake/HDF518_Examples.cmake.in | |
parent | 9ea358d971ae45698dba6794583a39c4023085ad (diff) | |
parent | 032f680919cd67202c6b5817c327139c09dacb05 (diff) | |
download | hdf5-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 'config/cmake/HDF518_Examples.cmake.in')
-rw-r--r-- | config/cmake/HDF518_Examples.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDF518_Examples.cmake.in b/config/cmake/HDF518_Examples.cmake.in index 6af0b09..0e81217 100644 --- a/config/cmake/HDF518_Examples.cmake.in +++ b/config/cmake/HDF518_Examples.cmake.in @@ -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.3.2 FATAL_ERROR) ############################################################################################################### # This script will build and run the examples from a folder # Execute from a command line: |