summaryrefslogtreecommitdiffstats
path: root/release_docs/USING_HDF5_CMake.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-03-17 22:12:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-03-17 22:12:46 (GMT)
commit185b3c5deed81d562a9bd1ec18a0eed339607522 (patch)
tree1c5c34c803091cbebe1bbb4a58145641f3a75dc8 /release_docs/USING_HDF5_CMake.txt
parent164b4c75341ee4aa31dcd47c189e415a36ae35e2 (diff)
downloadhdf5-185b3c5deed81d562a9bd1ec18a0eed339607522.zip
hdf5-185b3c5deed81d562a9bd1ec18a0eed339607522.tar.gz
hdf5-185b3c5deed81d562a9bd1ec18a0eed339607522.tar.bz2
[svn-r24816] HDFFV-8695:
Add notes about defining -DCMAKE_BUILD_TYPE:STRING=Release
Diffstat (limited to 'release_docs/USING_HDF5_CMake.txt')
-rw-r--r--release_docs/USING_HDF5_CMake.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/USING_HDF5_CMake.txt b/release_docs/USING_HDF5_CMake.txt
index 84a44c1..a0aca41 100644
--- a/release_docs/USING_HDF5_CMake.txt
+++ b/release_docs/USING_HDF5_CMake.txt
@@ -37,7 +37,7 @@ I. Preconditions
1. We suggest you obtain the latest CMake for windows from the Kitware
web site. The HDF5 1.8.x product requires a minimum CMake version
- of 2.8.10.
+ of 2.8.12.
2. You have installed the HDF5 library built with CMake, by executing
the HDF Install Utility (the *.exe file in the binary package for
@@ -186,7 +186,7 @@ III. Minimum C Project Files for CMake
following text in the file:
##########################################################
-cmake_minimum_required (VERSION 2.8.11)
+cmake_minimum_required (VERSION 2.8.12)
PROJECT (HDF5MyApp C CXX)
FIND_PACKAGE (HDF5 NAMES hdf5)
@@ -239,7 +239,7 @@ ctest
# where hdf518Examples is the source folder relative to the location of these scripts
############################################################################
-cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
set(CTEST_DASHBOARD_ROOT ${CTEST_SCRIPT_DIRECTORY})
set(CTEST_SOURCE_NAME ${CTEST_SCRIPT_ARG})