Skip to content

Commit 7b46b2b

Browse files
committed
Correct use-project for json_spirit
1 parent 0e70a54 commit 7b46b2b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Jamroot

+3-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if $(BOOST_ROOT)
1515
local JSON_SPIRIT_ROOT = [ os.environ JSON_SPIRIT_ROOT ] ;
1616
if $(JSON_SPIRIT_ROOT)
1717
{
18-
use-project /json : $(JSON_SPIRIT_ROOT) ;
18+
use-project /json_spirit : $(JSON_SPIRIT_ROOT) ;
1919
}
2020

2121
project json_benchmark
@@ -29,8 +29,6 @@ project json_benchmark
2929
<use>/boost//headers
3030
;
3131

32-
exe benchmark_spirit
33-
:
34-
benchmark_spirit.cpp /json//json
35-
;
32+
# Declare executable targets of benchmarking programs
33+
exe benchmark_spirit : benchmark_spirit.cpp /json_spirit//json ;
3634

0 commit comments

Comments
 (0)