summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_CMake.txt
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2015-03-05 20:31:34 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2015-03-05 20:31:34 (GMT)
commit50c38a5733bf39c2ba2cdb0de4d03e4aa78b1814 (patch)
treef2af5c1a019dacf1b1869762deb12f8cfaa5a7b7 /release_docs/INSTALL_CMake.txt
parentf6fbd4ab36c14f854d6a63cdbced93ce2b6f801e (diff)
downloadhdf5-50c38a5733bf39c2ba2cdb0de4d03e4aa78b1814.zip
hdf5-50c38a5733bf39c2ba2cdb0de4d03e4aa78b1814.tar.gz
hdf5-50c38a5733bf39c2ba2cdb0de4d03e4aa78b1814.tar.bz2
[svn-r26372] Bring revisions #26195:#26219 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r--release_docs/INSTALL_CMake.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index bc11e20..248f03f 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -632,7 +632,7 @@ platform configuration script.
# CTestScript.cmake file. Usage:
# "ctest -S HDF518LinuxCmake.cmake -C Release -O hdf518shared.log"
############################################################################
-cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
# this is the location of the source hardcoded to hdf5-1.8.13
set(CTEST_SOURCE_NAME hdf5-1.8.13)