From df4e0ff075fc22edd1cb4ec46d0819a918f8e6a1 Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Mon, 15 Jun 2026 09:57:30 -0400 Subject: [PATCH] Default to Visual Studio 18 2026 in CMakePresets (#426) CI updated and now installs this new version --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 7de58c0..d096c88 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -77,7 +77,7 @@ { "name": "ci-win64", "inherits": ["flags-windows", "ci-std"], - "generator": "Visual Studio 17 2022", + "generator": "Visual Studio 18 2026", "architecture": "x64", "cacheVariables": { "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake",