From ce6c050d73e5fb1fba1c15804465334af1aa0c83 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 13 Oct 2024 17:41:43 +0200 Subject: [PATCH] wip --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d7afe6bb..0e5567ce6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -426,7 +426,7 @@ 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 "Using zlib include dirs ${ZLIB_INCLUDE_DIRS}") add_dependency_defines(-DBOOST_SPIRIT_USE_PHOENIX_V3) add_dependency_defines(-DBOOST_RESULT_OF_USE_DECLTYPE)