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 9ef3dcc commit 450b5e2Copy full SHA for 450b5e2
1 file changed
builder/core/data.py
@@ -645,6 +645,14 @@ class PKG_TOOLS(Enum):
645
'-Tv143',
646
],
647
},
648
+ # don't ask me why there is no v144 :)
649
+ # https://devblogs.microsoft.com/cppblog/msvc-toolset-minor-version-number-14-40-in-vs-2022-v17-10/
650
+ # 2026
651
+ '18': {
652
+ 'cmake_args': [
653
+ '-Tv145',
654
+ ],
655
+ },
656
657
658
'architectures': {
0 commit comments