Use cmake 3.18 instead of 3.20 because of debian support

This commit is contained in:
Dennis Luxen
2022-12-10 18:50:37 +01:00
parent 5bab68c737
commit 6e5f0d74bd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.18)
message(STATUS "Building node_osrm")