TRILAB-142 Change minimum CMake version to 3.12

This commit is contained in:
Allen Byrne
2020-02-21 16:16:06 -06:00
committed by David Young
parent d6c2f9966f
commit 60a4987f97
87 changed files with 436 additions and 337 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.10)
cmake_minimum_required (VERSION 3.12)
project (HDFJAVA_EXAMPLES_DATATYPES Java)
set (CMAKE_VERBOSE_MAKEFILE 1)