mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
@ -4,6 +4,7 @@ Version 56:
|
||||
* Add string_view_body
|
||||
* Call on_chunk when the extension is empty
|
||||
* HTTP/1.1 is the default version
|
||||
* Try harder to find Boost (cmake)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -43,7 +43,6 @@ endif()
|
||||
|
||||
option (Boost_USE_STATIC_LIBS "Use static libraries for boost" ON)
|
||||
|
||||
set (Boost_NO_SYSTEM_PATHS ON)
|
||||
set (Boost_USE_MULTITHREADED ON)
|
||||
|
||||
add_definitions (-DBOOST_COROUTINES_NO_DEPRECATION_WARNING=1) # for asio
|
||||
|
Reference in New Issue
Block a user