Skip to content

Commit a67ef6f

Browse files
wip
1 parent ce6c050 commit a67ef6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,9 @@ endif()
426426
# to ensure that osrm binaries play well with other binaries like nodejs
427427
find_package(ZLIB REQUIRED)
428428
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}")
429432
message(STATUS "Using zlib include dirs ${ZLIB_INCLUDE_DIRS}")
430433
add_dependency_defines(-DBOOST_SPIRIT_USE_PHOENIX_V3)
431434
add_dependency_defines(-DBOOST_RESULT_OF_USE_DECLTYPE)

0 commit comments

Comments
 (0)