From b79f2d0d1c5549d144d436d599dd2b96af13a1a4 Mon Sep 17 00:00:00 2001 From: crueter Date: Fri, 10 Jul 2026 00:57:36 -0400 Subject: [PATCH] Formatting Signed-off-by: crueter --- 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 b10074c18f..87c4642f04 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::icl Boost::pool Boost::heap) + target_link_libraries(common PUBLIC Boost::algorithm Boost::heap Boost::icl Boost::pool) else() target_link_libraries(common PUBLIC Boost::headers) endif()