We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e343ef + ebd9615 commit 8736eceCopy full SHA for 8736ece
cmake/OpenCVConfig.cmake
@@ -81,7 +81,7 @@ if(MSVC)
81
set(OpenCV_RUNTIME vc12)
82
elseif(MSVC_VERSION EQUAL 1900)
83
set(OpenCV_RUNTIME vc14)
84
- elseif(MSVC_VERSION EQUAL 1910)
+ elseif(MSVC_VERSION EQUAL 1910 OR MSVC_VERSION EQUAL 1911)
85
set(OpenCV_RUNTIME vc15)
86
endif()
87
elseif(MINGW)
cmake/OpenCVDetectCXXCompiler.cmake
@@ -138,7 +138,7 @@ if(MSVC)
138
139
140
141
142
143
144
0 commit comments