[Build] Removed hardcoded generator for VS2022

Thanks tam098782
This commit is contained in:
Gliniak
2026-03-07 20:02:04 +01:00
parent a26bbaa674
commit 6bb5453110

View File

@@ -1803,7 +1803,6 @@ class DevenvCommand(Command):
"cmake",
"-S", ".",
"-B", vs_build_dir,
"-G", "Visual Studio 17 2022",
"-A", "x64",
"-DXENIA_BUILD_TESTS=ON",
])