mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
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
|
||||
* 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 ;
|
||||
|
||||
project beast
|
||||
project /boost/beast
|
||||
: requirements
|
||||
#$(REQ)
|
||||
<implicit-dependency>/boost//headers
|
||||
|
@@ -7,7 +7,7 @@
|
||||
# Official repository: https://github.com/boostorg/beast
|
||||
#
|
||||
|
||||
project test
|
||||
project /boost/beast/test
|
||||
: requirements
|
||||
<include>./extern
|
||||
;
|
||||
|
Reference in New Issue
Block a user