Skip to content

Commit 661ac79

Browse files
[windows] use msvc v142 toolset (msvc v14.29) for Intel
1 parent b6f03bd commit 661ac79

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

conan_profiles/base/msvc-intel

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
include(msvc)
22

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+
310
[conf]
11+
# VS 2022
12+
tools.microsoft.msbuild:vs_version=17
13+
414
# https://walbourn.github.io/a-brief-history-of-windows-sdks/
515
# https://learn.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt
616
# https://learn.microsoft.com/en-us/windows/win32/WinProg/using-the-windows-headers

0 commit comments

Comments
 (0)