2
0
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:
Nikita Kniazev
2018-12-30 17:06:19 +03:00
parent 085f90f4ed
commit 4583a4b708
7 changed files with 6 additions and 9 deletions

View File

@@ -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

View File

@@ -16,7 +16,7 @@ project spirit-x3-example-rexpr
;
lib rexpr
: [ glob src/*.cpp ] /boost//system
: [ glob src/*.cpp ]
;
build-project test ;

View File

@@ -12,7 +12,6 @@ project
<source>..//rexpr
<source>/boost//regex
<source>/boost//filesystem
<source>/boost//system
<c++-template-depth>300
;