From 55567d812899730af3a655f5f0a3e8b207b74e34 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 22 Aug 2024 13:41:09 +0300 Subject: [PATCH] Regenerate CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 050ad37..56bc47b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,6 @@ target_link_libraries(boost_function Boost::config Boost::core Boost::throw_exception - Boost::type_traits ) target_compile_features(boost_function INTERFACE cxx_std_11)