Skip to content

Commit 45015c0

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

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ jobs:
102102
ninja/1.13.1
103103
104104
[conf]
105-
tools.cmake.cmaketoolchain:generator=Ninja" >> $(conan profile path default)
105+
tools.cmake.cmaketoolchain:generator=Ninja
106+
${{ startsWith(matrix.platform, 'windows') && 'tools.microsoft.msbuild:vs_version=17' || '' }}
107+
" >> $(conan profile path default)
106108
107109
- name: Install system libs recipes
108110
if: ${{ matrix.conan_system_libs }}

conan_profiles/base/msvc-intel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
include(msvc)
22

3+
[settings]
4+
compiler.version=192
5+
compiler.update=9
6+
37
[conf]
48
# https://walbourn.github.io/a-brief-history-of-windows-sdks/
59
# https://learn.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt

0 commit comments

Comments
 (0)