summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:31:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:32:06 (GMT)
commit24c62ba7fefcd48cafec79385011cbd89be5d182 (patch)
tree798f2c628b33555c6109d1683d7e6b4f58279e0f /hl/tools/gif2h5/CMakeLists.txt
parent2a5d608f7bf5f99fb61898a331fde2ccc170117e (diff)
downloadhdf5-24c62ba7fefcd48cafec79385011cbd89be5d182.zip
hdf5-24c62ba7fefcd48cafec79385011cbd89be5d182.tar.gz
hdf5-24c62ba7fefcd48cafec79385011cbd89be5d182.tar.bz2
Change CMake min to 3.10
Diffstat (limited to 'hl/tools/gif2h5/CMakeLists.txt')
-rw-r--r--hl/tools/gif2h5/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/CMakeLists.txt b/hl/tools/gif2h5/CMakeLists.txt
index b50bbf7..2697dfd 100644
--- a/hl/tools/gif2h5/CMakeLists.txt
+++ b/hl/tools/gif2h5/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.3.2)
+cmake_minimum_required (VERSION 3.10)
PROJECT (HDF5_HL_TOOLS_GIF2H5)
#-----------------------------------------------------------------------------