summaryrefslogtreecommitdiffstats
path: root/release_docs/USING_HDF5_CMake.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:31:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:32:06 (GMT)
commit24c62ba7fefcd48cafec79385011cbd89be5d182 (patch)
tree798f2c628b33555c6109d1683d7e6b4f58279e0f /release_docs/USING_HDF5_CMake.txt
parent2a5d608f7bf5f99fb61898a331fde2ccc170117e (diff)
downloadhdf5-24c62ba7fefcd48cafec79385011cbd89be5d182.zip
hdf5-24c62ba7fefcd48cafec79385011cbd89be5d182.tar.gz
hdf5-24c62ba7fefcd48cafec79385011cbd89be5d182.tar.bz2
Change CMake min to 3.10
Diffstat (limited to 'release_docs/USING_HDF5_CMake.txt')
-rw-r--r--release_docs/USING_HDF5_CMake.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/USING_HDF5_CMake.txt b/release_docs/USING_HDF5_CMake.txt
index 8dd47c2..b516056 100644
--- a/release_docs/USING_HDF5_CMake.txt
+++ b/release_docs/USING_HDF5_CMake.txt
@@ -180,7 +180,7 @@ Given the preconditions in section I, create a CMakeLists.txt file at the
source root. Include the following text in the file:
##########################################################
-cmake_minimum_required (VERSION 3.10.1)
+cmake_minimum_required (VERSION 3.10)
project (HDF5MyApp C CXX)
set (LIB_TYPE STATIC) # or SHARED
@@ -229,7 +229,7 @@ your application with an installed HDF5 binary.
ctest use of HDF5_Examples.cmake and HDF5_Examples_options.cmake
========================================================================
-cmake_minimum_required (VERSION 3.3.2 FATAL_ERROR)
+cmake_minimum_required (VERSION 3.10)
###############################################################################################################
# This script will build and run the examples from a folder
# Execute from a command line: