Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/installer/release.bat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10303 by zmatsuo, Wed Aug 17 09:49:17 2022 UTC revision 10304 by zmatsuo, Mon Oct 10 12:22:07 2022 UTC
# Line 213  if exist %CMAKE_PATH%\cmake.exe ( Line 213  if exist %CMAKE_PATH%\cmake.exe (
213      set CMAKE="%CMAKE_PATH%\cmake.exe"      set CMAKE="%CMAKE_PATH%\cmake.exe"
214      exit /b 0      exit /b 0
215  )  )
216    if "%CMAKE%" == "" set CMAKE="cmake.exe"
217    
218  where %CMAKE% > nul 2>&1  where %CMAKE% > nul 2>&1
219  if %errorlevel% == 0 exit /b 0  if %errorlevel% == 0 exit /b 0

Legend:
Removed from v.10303  
changed lines
  Added in v.10304

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26