From 576b5c70719fa43461d1d2f6f196084b8074fa0f Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sun, 7 Jan 2024 17:14:49 +0100 Subject: [PATCH] and another --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 0a250ec..7d62dc2 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -8,7 +8,7 @@ add_definitions(-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64) add_executable(osmpbf-outline osmpbf-outline.cpp) -target_include_directories(osmpbf-outline SYSTEM PRIVATE osmpbf ZLIB::ZLIB protobuf::libprotobuf) +target_include_directories(osmpbf-outline SYSTEM PRIVATE ${ZLIB_INCLUDE_DIR} ${Protobuf_INCLUDE_DIRS}) target_link_libraries(osmpbf-outline PRIVATE osmpbf ZLIB::ZLIB) set_property(TARGET osmpbf-outline PROPERTY CXX_STANDARD 11)