mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +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
|
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
|
:: Check that the used CMake version supports the chosen generator
|
||||||
|
|||||||
Reference in New Issue
Block a user