mirror of https://github.com/ecmwf/eccodes.git
Update the minimum required version of CMake
This commit is contained in:
parent
d70e92dd99
commit
72edd846f2
|
@ -16,7 +16,7 @@
|
||||||
#
|
#
|
||||||
# -DCMAKE_MODULE_PATH=/path/to/ecbuild/cmake
|
# -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 )
|
project( eccodes C )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue