From f6a26e63fe08d2857db0eb31c530ca29c3a2830d Mon Sep 17 00:00:00 2001 From: Exverge Date: Mon, 13 Jul 2026 17:34:53 +0200 Subject: [PATCH] Add bimap to link targets Signed-off-by: Exverge --- src/common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 87c4642f04..245ce1400b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -228,7 +228,7 @@ if(CXX_CLANG) endif() if (BOOST_NO_HEADERS) - target_link_libraries(common PUBLIC Boost::algorithm Boost::heap Boost::icl Boost::pool) + target_link_libraries(common PUBLIC Boost::algorithm Boost::heap Boost::icl Boost::pool Boost::bimap) else() target_link_libraries(common PUBLIC Boost::headers) endif()