mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
vs-cfg.cmd - more readable error on supported versions of VS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user