We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078b593 commit 1168cfaCopy full SHA for 1168cfa
.github/workflows/main.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Build
72
run: |
73
conan install . -of build --build missing
74
- cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=".\build\conan_toolchain.cmake"
+ cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=".\build\conan_toolchain.cmake" -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded
75
cmake --build ./build --config Release -j12
76
- name: Unittests
77
run: .\build\bin\Release\unittests.exe
0 commit comments