3.15 is the minium supported target. tested.
This commit is contained in:
parent
4e898b2a52
commit
4604aee202
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue