mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
vs-cfg.md - support cmake 4.0.0
This commit is contained in:
@@ -207,6 +207,7 @@ IF %VS_PLATFORM%==ARM64 (
|
||||
FOR /f "delims=" %%i in ('where cmake') DO set CMAKE_PATH=%%i
|
||||
IF NOT "%CMAKE_PATH%"=="" (
|
||||
FOR /f "delims=" %%i in ('cmake --version ^| findstr /C:"cmake version 3"') DO GOTO :CMake3AndNewer
|
||||
FOR /f "delims=" %%i in ('cmake --version ^| findstr /C:"cmake version 4"') DO GOTO :CMake3AndNewer
|
||||
)
|
||||
|
||||
:: reject older CMake, see also build-deps.cmd
|
||||
|
||||
Reference in New Issue
Block a user