From 750033d8cfa72242a7a912b7861a0951dc03c2b6 Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Sat, 18 May 2024 08:27:55 +0200 Subject: [PATCH] Remove dep on boost::static_assert --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78acbe2..01e97c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,6 @@ target_link_libraries(boost_container Boost::config Boost::intrusive Boost::move - Boost::static_assert ) target_compile_definitions(boost_container