Skip to content
Snippets Groups Projects
Commit 2ba88247 authored by René Paris's avatar René Paris
Browse files

fix(CI): Fix conanbuild

- Adjusted toolchain for boost, so that b2 doe not build with MSVC
- Add toolchain generator to windows profile for bzip

Closes #273
parent 4f0e5f50
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ yase/0.1
openscenario_api/v1.3.1
openscenario_engine/commitid
[options]
libxml2/*:shared=False
libxml2/*:include_utils=False
......@@ -34,7 +33,7 @@ qt/*:opengl=no
qt/*:qtxmlpatterns=True
qt/*:with_x11=False
qt/*:qtwayland=False
b2/*:toolset=gcc
boost/*:toolset=gcc
boost/*:shared=True
boost/*:without_chrono=True
boost/*:without_cobalt=True
......
......@@ -12,4 +12,5 @@ os.subsystem=msys2
tools.build:jobs=1
tools.system.package_manager:mode=install
tools.microsoft.bash:subsystem=msys2
tools.microsoft.bash:path=C:/op/msys64/usr/bin/bash.exe
\ No newline at end of file
tools.microsoft.bash:path=C:/op/msys64/usr/bin/bash.exe
tools.cmake.cmaketoolchain:generator=MSYS Makefiles
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment