Change CMake min to 3.10

This commit is contained in:
Allen Byrne
2018-03-09 12:31:58 -06:00
parent 2a5d608f7b
commit 24c62ba7fe
81 changed files with 147 additions and 1672 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.3.2)
cmake_minimum_required (VERSION 3.10)
PROJECT (HDFJAVA_EXAMPLES_DATATYPES Java)
set (CMAKE_VERBOSE_MAKEFILE 1)