mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +02:00
Disable Boost.Coroutine deprecation warning
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
* Implement the Asio deallocation-before-invocation guarantee
|
* Implement the Asio deallocation-before-invocation guarantee
|
||||||
* Add handler helpers
|
* Add handler helpers
|
||||||
* Avoid copies in handler_alloc
|
* 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")
|
"${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra -Wpedantic -Wno-unused-parameter")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
add_definitions ("-DBOOST_COROUTINES_NO_DEPRECATION_WARNING")
|
||||||
|
|
||||||
if (APPLE AND NOT DEFINED ENV{OPENSSL_ROOT_DIR})
|
if (APPLE AND NOT DEFINED ENV{OPENSSL_ROOT_DIR})
|
||||||
find_program(HOMEBREW brew)
|
find_program(HOMEBREW brew)
|
||||||
if (NOT HOMEBREW STREQUAL "HOMEBREW-NOTFOUND")
|
if (NOT HOMEBREW STREQUAL "HOMEBREW-NOTFOUND")
|
||||||
|
Reference in New Issue
Block a user