From 0e55b4878952375c8f8c00b6dc6964423644970e Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 27 Mar 2023 18:34:49 +0200 Subject: [PATCH] removed dependency from serialization --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bb42b6..4a1c86c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ target_link_libraries(boost_multi_index Boost::move Boost::mpl Boost::preprocessor - Boost::serialization Boost::smart_ptr Boost::static_assert Boost::throw_exception