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.
2 parents 389b15c + 661ac79 commit c0e4b54Copy full SHA for c0e4b54
conan_profiles/base/msvc-intel
@@ -1,6 +1,16 @@
1
include(msvc)
2
3
+[settings]
4
+# https://blog.knatten.org/2022/08/26/microsoft-c-versions-explained/
5
+# https://learn.microsoft.com/en-us/cpp/overview/compiler-versions
6
+# v142 / 14.29 / 19.29
7
+compiler.version=192
8
+compiler.update=9
9
+
10
[conf]
11
+# VS 2022
12
+tools.microsoft.msbuild:vs_version=17
13
14
# https://walbourn.github.io/a-brief-history-of-windows-sdks/
15
# https://learn.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt
16
# https://learn.microsoft.com/en-us/windows/win32/WinProg/using-the-windows-headers
0 commit comments