File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ if(MSVC)
114
114
set (OpenCV_RUNTIME vc12 )
115
115
elseif (MSVC_VERSION EQUAL 1900 )
116
116
set (OpenCV_RUNTIME vc14 )
117
- elseif (MSVC_VERSION EQUAL 1910 OR MSVC_VERSION EQUAL 1911 )
117
+ elseif (MSVC_VERSION EQUAL 1910 OR MSVC_VERSION EQUAL 1911 OR MSVC_VERSION EQUAL 1912 )
118
118
set (OpenCV_RUNTIME vc15 )
119
119
else ()
120
120
message (WARNING "OpenCV does not recognize MSVC_VERSION \" ${MSVC_VERSION} \" . Cannot set OpenCV_RUNTIME" )
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ if(MSVC)
78
78
set (OpenCV_RUNTIME vc12 )
79
79
elseif (MSVC_VERSION EQUAL 1900 )
80
80
set (OpenCV_RUNTIME vc14 )
81
- elseif (MSVC_VERSION EQUAL 1910 OR MSVC_VERSION EQUAL 1911 )
81
+ elseif (MSVC_VERSION EQUAL 1910 OR MSVC_VERSION EQUAL 1911 OR MSVC_VERSION EQUAL 1912 )
82
82
set (OpenCV_RUNTIME vc15 )
83
83
endif ()
84
84
elseif (MINGW )
You can’t perform that action at this time.
0 commit comments