Skip to content

Commit 52201f0

Browse files
committed
Undo previous commit, it was meant for another branch
[SVN r85888]
1 parent 3480aee commit 52201f0

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

example/Jamroot

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ use-project boost
1111
# boost_python library from the project whose global ID is
1212
# /boost/python.
1313
project
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.

example/quickstart/Jamroot

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ use-project boost
1212
# /boost/python.
1313
project 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

example/tutorial/Jamroot

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ use-project boost
2020
# boost_python library from the project whose global ID is
2121
# /boost/python.
2222
project
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.

0 commit comments

Comments
 (0)