forked from boostorg/beast
Use unique names for Jam projects
This commit is contained in:
committed by
Vinnie Falco
parent
0e5117e006
commit
66b07798e6
@@ -2,6 +2,7 @@ Version 98:
|
|||||||
|
|
||||||
* basic_fields::key_compare is noexcept
|
* basic_fields::key_compare is noexcept
|
||||||
* Fix bench-zlib cmake
|
* Fix bench-zlib cmake
|
||||||
|
* Use unique names Jam projects
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
2
Jamfile
2
Jamfile
@@ -77,7 +77,7 @@ local REQ = [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_dec
|
|||||||
|
|
||||||
path-constant TEST_MAIN : test/extras/include/boost/beast/unit_test/main.cpp ;
|
path-constant TEST_MAIN : test/extras/include/boost/beast/unit_test/main.cpp ;
|
||||||
|
|
||||||
project beast
|
project /boost/beast
|
||||||
: requirements
|
: requirements
|
||||||
#$(REQ)
|
#$(REQ)
|
||||||
<implicit-dependency>/boost//headers
|
<implicit-dependency>/boost//headers
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
# Official repository: https://github.com/boostorg/beast
|
# Official repository: https://github.com/boostorg/beast
|
||||||
#
|
#
|
||||||
|
|
||||||
project test
|
project /boost/beast/test
|
||||||
: requirements
|
: requirements
|
||||||
<include>./extern
|
<include>./extern
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user