mirror of
https://github.com/opencv/opencv.git
synced 2025-07-31 18:07:08 +08:00
Merge pull request #17299 from tweenietomatoes:patch-1
This commit is contained in:
commit
753e417dec
@ -78,7 +78,7 @@ IF ERRORLEVEL 1 (
|
|||||||
POPD
|
POPD
|
||||||
cl /? >NUL 2>NUL <NUL
|
cl /? >NUL 2>NUL <NUL
|
||||||
if %ERRORLEVEL% NEQ 0 (
|
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
|
goto die
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user