3.15 is the minium supported target. tested.

This commit is contained in:
Mathis Logemann 2021-03-17 23:06:49 +01:00
parent 4e898b2a52
commit 4604aee202

View file

@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 3.15.0)
cmake_minimum_required(VERSION 3.15)
# 3.15 is required since the Boost::XXXX targets was first added. https://cmake.org/cmake/help/latest/module/FindBoost.html#imported-targets
# 3.14 is required since SQLite3 Module was first added. https://cmake.org/cmake/help/latest/module/FindSQLite3.html#findsqlite3
include(cmake/GetVersion.cmake)
get_mapnik_version()