Merge pull request #6477 from Project-OSRM/update_cmakelists

Update CMakeLists
This commit is contained in:
Dennis Luxen
2022-12-11 10:15:41 +01:00
committed by GitHub
5 changed files with 19 additions and 203 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
# node-cmake requires CMake 3.1 features; for the osrm project we only
# require CMake 2.8.11 so that we can build e.g. on Trusty by default.
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.18)
message(STATUS "Building node_osrm")