require boost 1.60
This commit is contained in:
parent
e3e39f910d
commit
a329514453
@ -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})
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user