We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6c050 commit a67ef6fCopy full SHA for a67ef6f
CMakeLists.txt
@@ -426,6 +426,9 @@ endif()
426
# to ensure that osrm binaries play well with other binaries like nodejs
427
find_package(ZLIB REQUIRED)
428
add_dependency_includes(${ZLIB_INCLUDE_DIRS})
429
+message(STATUS "Zlib found: ${ZLIB_FOUND}")
430
+message(STATUS "Zlib include dirs: ${ZLIB_INCLUDE_DIRS}")
431
+message(STATUS "Zlib libraries: ${ZLIB_LIBRARIES}")
432
message(STATUS "Using zlib include dirs ${ZLIB_INCLUDE_DIRS}")
433
add_dependency_defines(-DBOOST_SPIRIT_USE_PHOENIX_V3)
434
add_dependency_defines(-DBOOST_RESULT_OF_USE_DECLTYPE)
0 commit comments