From 7088aed89d3fc39bc7da55162285c947251ed033 Mon Sep 17 00:00:00 2001 From: preland <89992615+preland@users.noreply.github.com> Date: Sun, 21 Jan 2024 21:25:01 -0600 Subject: [PATCH] fix boost error on build-macos --- src/i2pd/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i2pd/CMakeLists.txt b/src/i2pd/CMakeLists.txt index ab402399..2c0f70a2 100644 --- a/src/i2pd/CMakeLists.txt +++ b/src/i2pd/CMakeLists.txt @@ -4,11 +4,14 @@ add_library(i2p STATIC find_package(ZLIB REQUIRED) +find_package(Boost REQUIRED) + target_include_directories(i2p PRIVATE "../../external/i2pd/libi2pd" "../../external/i2pd/libi2pd_client" "../../external/i2pd/i18n" + ${Boost_INCLUDE_DIRS} ) target_link_libraries(i2p