diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-12-05 16:19:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-12-05 16:19:09 (GMT) |
commit | cc3eb8da731383dc38ae62d375c691c5af9ccbfe (patch) | |
tree | 030d6c682e5cc5efa62acfef8813d41f61fbd2d0 /tools/h5import | |
parent | 414e34edb908e13876d7f4720897a58a1b3f22fa (diff) | |
download | hdf5-cc3eb8da731383dc38ae62d375c691c5af9ccbfe.zip hdf5-cc3eb8da731383dc38ae62d375c691c5af9ccbfe.tar.gz hdf5-cc3eb8da731383dc38ae62d375c691c5af9ccbfe.tar.bz2 |
[svn-r21804] Update CMake Required version in all folders to match current standard 2.8.6
Diffstat (limited to 'tools/h5import')
-rw-r--r-- | tools/h5import/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5import/CMakeLists.txt b/tools/h5import/CMakeLists.txt index 39ddcc2..bb8de26 100644 --- a/tools/h5import/CMakeLists.txt +++ b/tools/h5import/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8) +cmake_minimum_required (VERSION 2.8.6) PROJECT (HDF5_TOOLS_H5IMPORT) #----------------------------------------------------------------------------- |