We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f03bd commit 45015c0Copy full SHA for 45015c0
.github/workflows/rebuildDependencies.yml
@@ -102,7 +102,9 @@ jobs:
102
ninja/1.13.1
103
104
[conf]
105
- tools.cmake.cmaketoolchain:generator=Ninja" >> $(conan profile path default)
+ tools.cmake.cmaketoolchain:generator=Ninja
106
+ ${{ startsWith(matrix.platform, 'windows') && 'tools.microsoft.msbuild:vs_version=17' || '' }}
107
+ " >> $(conan profile path default)
108
109
- name: Install system libs recipes
110
if: ${{ matrix.conan_system_libs }}
conan_profiles/base/msvc-intel
@@ -1,5 +1,9 @@
1
include(msvc)
2
3
+[settings]
4
+compiler.version=192
5
+compiler.update=9
6
+
7
8
# https://walbourn.github.io/a-brief-history-of-windows-sdks/
9
# https://learn.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt
0 commit comments