From 5cdd3585dba036acc15c51d5baf79b53481ff401 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 6 Oct 2024 22:06:23 +0300 Subject: [PATCH] Regenerate CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d023594..d77fdd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,6 @@ target_link_libraries(boost_smart_ptr Boost::config Boost::core Boost::throw_exception - Boost::type_traits ) target_compile_features(boost_smart_ptr INTERFACE cxx_std_11)