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 /test/CMakeLists.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 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8d40c25..aa92371 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.6) +cmake_minimum_required (VERSION 2.8.10) PROJECT (HDF5_TEST) #----------------------------------------------------------------------------- |