File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,6 @@ matrix:
5050 sources : ['ubuntu-toolchain-r-test']
5151 packages : ['cmake', 'g++-7']
5252
53- - os : linux
54- compiler : gcc
55- env :
56- COMPILER=g++-7
57- SYSTEM_BOOST_PACKAGE=YES
58- addons :
59- apt :
60- sources : ['ubuntu-toolchain-r-test']
61- packages : ['cmake', 'g++-7']
62-
6353 - os : linux
6454 compiler : clang
6555 env : COMPILER=clang++-5.0
Original file line number Diff line number Diff line change 4848
4949build_script :
5050 - mkdir -p build && cd build
51- - cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%configuration% -DMSVC_RUNTIME_TYPE=%MSVC_RUNTIME_TYPE%
51+ - cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%configuration% -DMSVC_RUNTIME_TYPE=%MSVC_RUNTIME_TYPE% -DJINJA2CPP_DEPS_MODE=external-boost
5252 - cmake --build . --target all
5353
5454test_script :
You can’t perform that action at this time.
0 commit comments