mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Disable Boost.Coroutine deprecation warning
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
* Implement the Asio deallocation-before-invocation guarantee
|
||||
* Add handler helpers
|
||||
* Avoid copies in handler_alloc
|
||||
* Update README.md example programs
|
||||
* Fix websocket stream read documentation
|
||||
* Disable Boost.Coroutine deprecation warning
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@@ -36,6 +36,8 @@ else()
|
||||
"${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra -Wpedantic -Wno-unused-parameter")
|
||||
endif()
|
||||
|
||||
add_definitions ("-DBOOST_COROUTINES_NO_DEPRECATION_WARNING")
|
||||
|
||||
if (APPLE AND NOT DEFINED ENV{OPENSSL_ROOT_DIR})
|
||||
find_program(HOMEBREW brew)
|
||||
if (NOT HOMEBREW STREQUAL "HOMEBREW-NOTFOUND")
|
||||
|
Reference in New Issue
Block a user