wip
This commit is contained in:
parent
8190a30b72
commit
b59fff2d62
1036
.github/workflows/osrm-backend.yml
vendored
1036
.github/workflows/osrm-backend.yml
vendored
File diff suppressed because it is too large
Load Diff
@ -351,6 +351,7 @@ find_package(TBB REQUIRED)
|
||||
find_package(EXPAT REQUIRED)
|
||||
find_package(BZip2 REQUIRED)
|
||||
find_package(Lua 5.2 REQUIRED)
|
||||
fina_package(ZLIB REQUIRED)
|
||||
|
||||
if (ENABLE_CONAN)
|
||||
add_dependency_includes(${Boost_INCLUDE_DIRS})
|
||||
@ -371,9 +372,12 @@ if (ENABLE_CONAN)
|
||||
|
||||
add_dependency_includes(${lua_INCLUDE_DIRS})
|
||||
|
||||
add_dependency_includes(${ZLIB_INCLUDE_DIRS})
|
||||
|
||||
# note: we avoid calling find_package(Osmium ...) here to ensure that the
|
||||
# expat and bzip2 are used from conan rather than the system
|
||||
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/third_party/libosmium/include)
|
||||
|
||||
else()
|
||||
add_dependency_includes(${Boost_INCLUDE_DIRS})
|
||||
add_dependency_includes(${TBB_INCLUDE_DIR})
|
||||
|
@ -9,6 +9,7 @@ class OsrmConan(ConanFile):
|
||||
"expat/2.6.2",
|
||||
"lua/5.4.6",
|
||||
"onetbb/2021.12.0",
|
||||
"zlib/1.3.1"
|
||||
)
|
||||
generators = "CMakeDeps"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user