CMake:attachmentSupport: Don't link against Boost_LIBRARIES

This commit is contained in:
2025-11-03 21:09:55 -04:00
parent d88dd2cf44
commit 121b7db045
@@ -11,5 +11,3 @@ target_include_directories(attachmentSupport PUBLIC
${CMAKE_SOURCE_DIR}/include
${CMAKE_BINARY_DIR}/include
)
target_link_libraries(attachmentSupport ${Boost_LIBRARIES})