mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Boost.System is header only since 1.69
This commit is contained in:
@@ -45,7 +45,6 @@ exe x3_calc7 :
|
||||
;
|
||||
|
||||
exe x3_calc8 :
|
||||
/boost//system
|
||||
/boost//filesystem
|
||||
calc/calc8/vm.cpp
|
||||
calc/calc8/compiler.cpp
|
||||
@@ -55,7 +54,6 @@ exe x3_calc8 :
|
||||
;
|
||||
|
||||
exe x3_calc9 :
|
||||
/boost//system
|
||||
/boost//filesystem
|
||||
calc/calc9/vm.cpp
|
||||
calc/calc9/compiler.cpp
|
||||
|
||||
@@ -16,7 +16,7 @@ project spirit-x3-example-rexpr
|
||||
;
|
||||
|
||||
lib rexpr
|
||||
: [ glob src/*.cpp ] /boost//system
|
||||
: [ glob src/*.cpp ]
|
||||
;
|
||||
|
||||
build-project test ;
|
||||
|
||||
@@ -12,7 +12,6 @@ project
|
||||
<source>..//rexpr
|
||||
<source>/boost//regex
|
||||
<source>/boost//filesystem
|
||||
<source>/boost//system
|
||||
<c++-template-depth>300
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user