Skip to content

Commit aaa0dd8

Browse files
committed
Regenerate CMakeLists.txt.
1 parent 1bb075c commit aaa0dd8

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

CMakeLists.txt

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

88
project(boost_asio VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
99

@@ -15,26 +15,19 @@ target_include_directories(boost_asio INTERFACE include)
1515
target_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+
3529
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
3630

3731
add_subdirectory(test)
3832

3933
endif()
40-

0 commit comments

Comments
 (0)