[Build] Removed hardcoded generator for VS2022
Thanks tam098782
This commit is contained in:
@@ -1803,7 +1803,6 @@ class DevenvCommand(Command):
|
|||||||
"cmake",
|
"cmake",
|
||||||
"-S", ".",
|
"-S", ".",
|
||||||
"-B", vs_build_dir,
|
"-B", vs_build_dir,
|
||||||
"-G", "Visual Studio 17 2022",
|
|
||||||
"-A", "x64",
|
"-A", "x64",
|
||||||
"-DXENIA_BUILD_TESTS=ON",
|
"-DXENIA_BUILD_TESTS=ON",
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user