File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,7 @@ use-project boost
1111# boost_python library from the project whose global ID is
1212# /boost/python.
1313project
14- : requirements <library>/boost/python//boost_python
15- <implicit-dependency>/boost//headers
16- : usage-requirements <implicit-dependency>/boost//headers
17- ;
14+ : requirements <library>/boost/python//boost_python ;
1815
1916# Declare the three extension modules. You can specify multiple
2017# source files after the colon separated by spaces.
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ use-project boost
1212# /boost/python.
1313project boost-python-quickstart
1414 : requirements <library>/boost/python//boost_python
15- <implicit-dependency>/boost//headers
16- : usage-requirements <implicit-dependency>/boost//headers
1715 ;
1816
1917# Make the definition of the python-extension rule available
Original file line number Diff line number Diff line change @@ -20,10 +20,7 @@ use-project boost
2020# boost_python library from the project whose global ID is
2121# /boost/python.
2222project
23- : requirements <library>/boost/python//boost_python
24- <implicit-dependency>/boost//headers
25- : usage-requirements <implicit-dependency>/boost//headers
26- ;
23+ : requirements <library>/boost/python//boost_python ;
2724
2825# Declare the three extension modules. You can specify multiple
2926# source files after the colon separated by spaces.
You can’t perform that action at this time.
0 commit comments