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