From 42f1fbe17655f8cfc559efab6c0ee897414d31da Mon Sep 17 00:00:00 2001 From: Rustam Gamidov Date: Thu, 5 Mar 2026 13:12:46 +0200 Subject: [PATCH] Boost includes to private section of auth lib Migrating from RapidJSON Relates-To: OCMAM-443 Signed-off-by: Rustam Gamidov --- olp-cpp-sdk-authentication/CMakeLists.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/olp-cpp-sdk-authentication/CMakeLists.txt b/olp-cpp-sdk-authentication/CMakeLists.txt index 64908df2e..f36f48759 100644 --- a/olp-cpp-sdk-authentication/CMakeLists.txt +++ b/olp-cpp-sdk-authentication/CMakeLists.txt @@ -27,10 +27,13 @@ add_library(${PROJECT_NAME} ${AUTHENTICATION_SRC} ${AUTHENTICATION_INC}) -target_include_directories(${PROJECT_NAME} PUBLIC - $ - $ - $) +target_include_directories(${PROJECT_NAME} + PUBLIC + $ + $ + PRIVATE + $ +) # Used also in the package config file set(PROJECT_LIBS olp-cpp-sdk-core)