wip
This commit is contained in:
parent
ce6c050d73
commit
a67ef6f166
@ -426,6 +426,9 @@ endif()
|
||||
# to ensure that osrm binaries play well with other binaries like nodejs
|
||||
find_package(ZLIB REQUIRED)
|
||||
add_dependency_includes(${ZLIB_INCLUDE_DIRS})
|
||||
message(STATUS "Zlib found: ${ZLIB_FOUND}")
|
||||
message(STATUS "Zlib include dirs: ${ZLIB_INCLUDE_DIRS}")
|
||||
message(STATUS "Zlib libraries: ${ZLIB_LIBRARIES}")
|
||||
message(STATUS "Using zlib include dirs ${ZLIB_INCLUDE_DIRS}")
|
||||
add_dependency_defines(-DBOOST_SPIRIT_USE_PHOENIX_V3)
|
||||
add_dependency_defines(-DBOOST_RESULT_OF_USE_DECLTYPE)
|
||||
|
Loading…
Reference in New Issue
Block a user