Skip to content

Commit df4e0ff

Browse files
authored
Default to Visual Studio 18 2026 in CMakePresets (#426)
CI updated and now installs this new version
1 parent 5fa7adb commit df4e0ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
{
7878
"name": "ci-win64",
7979
"inherits": ["flags-windows", "ci-std"],
80-
"generator": "Visual Studio 17 2022",
80+
"generator": "Visual Studio 18 2026",
8181
"architecture": "x64",
8282
"cacheVariables": {
8383
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake",

0 commit comments

Comments
 (0)