Skip to content

Commit

Permalink
update windows
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 24, 2024
1 parent aec2034 commit d7f6696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmd/check_cmake.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ REM set cmake_version=

where /q cmake
if %ERRORLEVEL%==0 (
for /F "tokens=3" %%a in ('cmake --version ^| find cmake version') do (
for /F "tokens=3" %%a in ('cmake --version ^| find "cmake version"') do (
set cmake_version=%%a
)
if not defined cmake_version (
Expand Down

0 comments on commit d7f6696

Please sign in to comment.