diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2015-03-05 20:31:34 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2015-03-05 20:31:34 (GMT) |
commit | 50c38a5733bf39c2ba2cdb0de4d03e4aa78b1814 (patch) | |
tree | f2af5c1a019dacf1b1869762deb12f8cfaa5a7b7 /hl/test | |
parent | f6fbd4ab36c14f854d6a63cdbced93ce2b6f801e (diff) | |
download | hdf5-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 'hl/test')
-rw-r--r-- | hl/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/CMakeLists.txt b/hl/test/CMakeLists.txt index 545210b..28c716c 100644 --- a/hl/test/CMakeLists.txt +++ b/hl/test/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.11) +cmake_minimum_required (VERSION 3.1.0) PROJECT (HDF5_HL_TEST) # -------------------------------------------------------------------- # Notes: When creating unit test executables they should be prefixed |