require boost 1.60

This commit is contained in:
Torben Hørup 2021-10-07 17:50:13 +02:00 committed by GitHub
parent e3e39f910d
commit a329514453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -528,7 +528,7 @@ else()
# osrm-routed requires newer boost:ascio # osrm-routed requires newer boost:ascio
find_package(Boost 1.70 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) find_package(Boost 1.70 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
else() else()
find_package(Boost 1.66 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) find_package(Boost 1.60 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
endif() endif()
add_dependency_includes(${Boost_INCLUDE_DIRS}) add_dependency_includes(${Boost_INCLUDE_DIRS})