From 646633e832e7b0d1b7db6c23d4b77b08e8944861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 2 Jan 2024 01:45:01 +0100 Subject: [PATCH] Boost::static_assert is no longer a dependency --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 173d2db..e9b428b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,5 +17,4 @@ target_link_libraries( boost_intrusive Boost::assert Boost::config Boost::move - Boost::static_assert )