Update the minimum required version of CMake

This commit is contained in:
Shahram Najm 2019-05-15 17:42:37 +01:00
parent d70e92dd99
commit 72edd846f2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#
# -DCMAKE_MODULE_PATH=/path/to/ecbuild/cmake
cmake_minimum_required( VERSION 2.8.11 FATAL_ERROR )
cmake_minimum_required( VERSION 3.6 FATAL_ERROR )
project( eccodes C )