vs-cfg.cmd - more readable error on supported versions of VS

This commit is contained in:
Andrej730
2026-02-06 15:06:32 +00:00
parent 7322082a0d
commit ac23c7a74b
+3
View File
@@ -104,6 +104,9 @@ IF "!GENERATOR!"=="" IF NOT "%VisualStudioVersion%"=="" (
GOTO :GeneratorValid
)
)
call utils\cecho.cmd 0 12 ^
"Generator is not provided and VisualStudioVersion='%VisualStudioVersion%' is not supported - cannot proceed."
exit /b 1
)
:: Check that the used CMake version supports the chosen generator