From 412d9fab18c7440fb02e7cdbaa31384bb0e80976 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 11 Oct 2023 20:23:59 +0300 Subject: [PATCH] Regenerate CMakeLists.txt --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 576cd4f..a4be289 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,6 @@ target_include_directories(boost_typeof INTERFACE include) target_link_libraries(boost_typeof INTERFACE Boost::config - Boost::preprocessor - Boost::type_traits ) target_compile_features(boost_typeof INTERFACE cxx_std_11)