mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 05:44:38 +02:00
examples & tests use context instead of coroutine.
This commit is contained in:
committed by
Klemens Morgenstern
parent
1841a592d6
commit
99bceb5bff
@@ -189,8 +189,8 @@ if (MSVC)
|
||||
else()
|
||||
set(BOOST_INCLUDEDIR ${BOOST_ROOT})
|
||||
set(BOOST_LIBRARYDIR ${BOOST_ROOT}/stage/lib)
|
||||
find_package(Boost COMPONENTS coroutine filesystem system thread REQUIRED)
|
||||
link_libraries(Boost::coroutine Boost::filesystem Boost::system Boost::thread)
|
||||
find_package(Boost COMPONENTS context filesystem system thread REQUIRED)
|
||||
link_libraries(Boost::context Boost::filesystem Boost::system Boost::thread)
|
||||
endif()
|
||||
|
||||
link_directories(${BOOST_ROOT}/stage/lib)
|
||||
|
Reference in New Issue
Block a user