From 121b7db04520a0c867c5eca56c740b8c062fd44c Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Mon, 3 Nov 2025 21:09:55 -0400 Subject: [PATCH] CMake:attachmentSupport: Don't link against Boost_LIBRARIES --- commonLibs/attachmentSupport/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/commonLibs/attachmentSupport/CMakeLists.txt b/commonLibs/attachmentSupport/CMakeLists.txt index 2daca7f..551aa2e 100644 --- a/commonLibs/attachmentSupport/CMakeLists.txt +++ b/commonLibs/attachmentSupport/CMakeLists.txt @@ -11,5 +11,3 @@ target_include_directories(attachmentSupport PUBLIC ${CMAKE_SOURCE_DIR}/include ${CMAKE_BINARY_DIR}/include ) - -target_link_libraries(attachmentSupport ${Boost_LIBRARIES})