mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Important single character fix
This commit is contained in:
parent
cddd7f10d5
commit
7d1094b7e1
@ -78,7 +78,7 @@ IF ERRORLEVEL 1 (
|
||||
POPD
|
||||
cl /? >NUL 2>NUL <NUL
|
||||
if %ERRORLEVEL% NEQ 0 (
|
||||
set "MSG=Can't detect Microsoft Visial Studio C++ compiler (cl.exe). MSVS 2015/2017/2019 are supported only from standard locations"
|
||||
set "MSG=Can't detect Microsoft Visual Studio C++ compiler (cl.exe). MSVS 2015/2017/2019 are supported only from standard locations"
|
||||
goto die
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user