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 7d17d20 + 600b7a3 commit 0e6ebafCopy full SHA for 0e6ebaf
cmake/OpenCVDetectCXXCompiler.cmake
@@ -160,7 +160,7 @@ if(MSVC)
160
set(OpenCV_RUNTIME vc12)
161
elseif(MSVC_VERSION EQUAL 1900)
162
set(OpenCV_RUNTIME vc14)
163
- elseif(MSVC_VERSION EQUAL 1910)
+ elseif(MSVC_VERSION EQUAL 1910 OR MSVC_VERSION EQUAL 1911)
164
set(OpenCV_RUNTIME vc15)
165
endif()
166
elseif(MINGW)
cmake/templates/OpenCVConfig.root-WIN32.cmake.in
@@ -78,7 +78,7 @@ if(MSVC)
78
79
80
81
82
83
84
0 commit comments