mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
committed by
Vinnie Falco
parent
5c1c841333
commit
d99d516c13
@ -1,3 +1,9 @@
|
||||
Version 93:
|
||||
|
||||
* Unset BOOST_COROUTINES_NO_DEPRECATION_WARNING
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Version 92:
|
||||
|
||||
* Fix typo in test/CMakeLists.txt
|
||||
|
2
Jamfile
2
Jamfile
@ -79,7 +79,7 @@ project beast
|
||||
<include>./extras
|
||||
#<use>/boost//headers
|
||||
<library>/boost/system//boost_system
|
||||
<library>/boost/coroutine//boost_coroutine/<define>BOOST_COROUTINES_NO_DEPRECATION_WARNING=1
|
||||
<library>/boost/coroutine//boost_coroutine
|
||||
<library>/boost/filesystem//boost_filesystem
|
||||
<link>static
|
||||
<define>BOOST_ALL_NO_LIB=1
|
||||
|
Reference in New Issue
Block a user