GRIB-948: Increment the required cmake version from 2.8.4 to 2.8.11

This commit is contained in:
Shahram Najm 2016-03-16 13:33:44 +00:00
parent aef13166cb
commit 2a612f094b
1 changed files with 1 additions and 1 deletions

View File

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