diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-01-14 18:35:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-01-14 18:35:30 (GMT) |
commit | 2fba171a67270f4a11bf08a9054bfe7ca008e778 (patch) | |
tree | 6c33023a8ba4f956b20f1a7fb03c98495c982014 /release_docs/USING_CMake.txt | |
parent | 7a775b6c59d2b935c5ce2ab58a4895130055fb50 (diff) | |
download | hdf5-2fba171a67270f4a11bf08a9054bfe7ca008e778.zip hdf5-2fba171a67270f4a11bf08a9054bfe7ca008e778.tar.gz hdf5-2fba171a67270f4a11bf08a9054bfe7ca008e778.tar.bz2 |
[svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10
Diffstat (limited to 'release_docs/USING_CMake.txt')
-rw-r--r-- | release_docs/USING_CMake.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/USING_CMake.txt b/release_docs/USING_CMake.txt index 71f2fcf..4397750 100644 --- a/release_docs/USING_CMake.txt +++ b/release_docs/USING_CMake.txt @@ -37,7 +37,7 @@ Notes: This short instruction is written for users who want to quickly build ======================================================================== 1. We suggest you obtain the latest CMake for windows from the Kitware - web site. The HDF5 1.8.x product requires CMake version 2.8.6 (minimum). + web site. The HDF5 1.8.x product requires CMake version 2.8.10 (minimum). 2. You have installed the HDF5 library built with CMake, by executing the HDF Install Utility (The *.exe file in the binary package for Windows). @@ -185,7 +185,7 @@ Notes: This short instruction is written for users who want to quickly build 9. Create a CMakeLists.txt file at the source root. .......................................................................... -cmake_minimum_required (VERSION 2.8.6) +cmake_minimum_required (VERSION 2.8.10) PROJECT (HDF5MyApp C CXX) FIND_PACKAGE (HDF5 REQURIED) |