We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d6263 commit 7a53b7fCopy full SHA for 7a53b7f
build.jam
@@ -15,12 +15,11 @@ constant boost_dependencies :
15
/boost/utility//boost_utility ;
16
17
project /boost/static_string
18
- : common-requirements
19
- <include>include
20
;
21
22
explicit
23
- [ alias boost_static_string : : : : <library>$(boost_dependencies) ]
+ [ alias boost_static_string : : :
+ : <include>include <library>$(boost_dependencies) ]
24
[ alias all : boost_static_string test ]
25
26
0 commit comments