File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 11# Generated by `boostdep --cmake asio`
2- # Copyright 2020 Peter Dimov
2+ # Copyright 2020, 2021 Peter Dimov
33# Distributed under the Boost Software License, Version 1.0.
44# https://www.boost.org/LICENSE_1_0.txt
55
6- cmake_minimum_required (VERSION 3.5 ...3.16 )
6+ cmake_minimum_required (VERSION 3.8 ...3.20 )
77
88project (boost_asio VERSION "${BOOST_SUPERPROJECT_VERSION} " LANGUAGES CXX)
99
@@ -15,26 +15,19 @@ target_include_directories(boost_asio INTERFACE include)
1515target_link_libraries (boost_asio
1616 INTERFACE
1717 Boost::align
18- Boost::array
1918 Boost::assert
20- Boost::bind
21- Boost::chrono
2219 Boost::config
23- Boost::core
20+ Boost::context
2421 Boost::coroutine
2522 Boost::date_time
26- Boost::function
27- Boost::regex
28- Boost::smart_ptr
2923 Boost::system
3024 Boost::throw_exception
31- Boost::type_traits
32- Boost::utility
3325)
3426
27+ target_compile_features (boost_asio INTERFACE cxx_std_11)
28+
3529if (BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR} /test/CMakeLists.txt" )
3630
3731 add_subdirectory (test )
3832
3933endif ()
40-
You can’t perform that action at this time.
0 commit comments