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})