Boost.System is header only since 1.69
This commit is contained in:
parent
085f90f4ed
commit
4583a4b708
@ -3,7 +3,7 @@ clone_depth: 50
|
||||
environment:
|
||||
global:
|
||||
PROJECT: libs\spirit
|
||||
TEST_LINK_DEPS: date_time,filesystem,regex,system,thread
|
||||
TEST_LINK_DEPS: date_time,filesystem,regex,thread
|
||||
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
||||
CLCACHE_HARDLINK: 1
|
||||
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma2 -mx=3 -md=32m -ms=on"
|
||||
|
@ -44,7 +44,7 @@ env:
|
||||
- PROJECT=libs/spirit
|
||||
- BOOST_ROOT=$HOME/boost
|
||||
- BOOST_BUILD_PATH=$HOME/build-boost
|
||||
- TEST_LINK_DEPS=date_time,filesystem,regex,system,thread
|
||||
- TEST_LINK_DEPS=date_time,filesystem,regex,thread
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
@ -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
|
||||
;
|
||||
|
||||
|
@ -114,7 +114,7 @@ run stream.cpp ;
|
||||
run symbols1.cpp ;
|
||||
run symbols2.cpp ;
|
||||
run terminal_ex.cpp ;
|
||||
run tst.cpp /boost//system ;
|
||||
run tst.cpp ;
|
||||
run uint1.cpp ;
|
||||
run uint2.cpp ;
|
||||
run uint3.cpp ;
|
||||
|
@ -108,7 +108,7 @@ run skip.cpp ;
|
||||
run symbols1.cpp ;
|
||||
run symbols2.cpp ;
|
||||
run symbols3.cpp ;
|
||||
run tst.cpp /boost//system ;
|
||||
run tst.cpp ;
|
||||
|
||||
run uint1.cpp ;
|
||||
run uint_radix.cpp ;
|
||||
@ -120,7 +120,7 @@ run seek.cpp ;
|
||||
run attribute_type_check.cpp ;
|
||||
run fusion_map.cpp ;
|
||||
run x3_variant.cpp ;
|
||||
run error_handler.cpp /boost//system /boost//filesystem ;
|
||||
run error_handler.cpp /boost//filesystem ;
|
||||
run iterator_check.cpp ;
|
||||
|
||||
run to_utf8.cpp ;
|
||||
|
Loading…
Reference in New Issue
Block a user