We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41a3a1 commit 53519b5Copy full SHA for 53519b5
.github/workflows/windows-msvc.yml
@@ -45,6 +45,7 @@ jobs:
45
run: |
46
[[ ${{ matrix.link }} == "SHARED" ]] && shared="ON" || shared="OFF"
47
cmake .. -G "Visual Studio 17 2022" -T host=x64 -A x64 \
48
+ -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" \
49
-DTRANTOR_USE_TLS=${{matrix.tls-provider}} \
50
-DCMAKE_BUILD_TYPE=${{matrix.build-type}} \
51
-DBUILD_SHARED_LIBS=$shared \
0 commit comments