Regenerate CMakeLists.txt

This commit is contained in:
Peter Dimov 2023-10-11 20:23:59 +03:00
parent d15dba11ca
commit 412d9fab18

View File

@ -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)