From a329514453d6c734aa101159c0aedd41111e6518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torben=20H=C3=B8rup?= Date: Thu, 7 Oct 2021 17:50:13 +0200 Subject: [PATCH] require boost 1.60 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f4b3b1b9..6585843e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -528,7 +528,7 @@ else() # osrm-routed requires newer boost:ascio find_package(Boost 1.70 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) else() - find_package(Boost 1.66 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) + find_package(Boost 1.60 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) endif() add_dependency_includes(${Boost_INCLUDE_DIRS})