Skip to content

Commit ce6c050

Browse files
wip
1 parent b643194 commit ce6c050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ 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-
429+
message(STATUS "Using zlib include dirs ${ZLIB_INCLUDE_DIRS}")
430430
add_dependency_defines(-DBOOST_SPIRIT_USE_PHOENIX_V3)
431431
add_dependency_defines(-DBOOST_RESULT_OF_USE_DECLTYPE)
432432

0 commit comments

Comments
 (0)