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 2572745 + c6af179 commit 7be4a0eCopy full SHA for 7be4a0e
cmake/OpenCVConfig.cmake
@@ -81,6 +81,8 @@ if(MSVC)
81
set(OpenCV_RUNTIME vc12)
82
elseif(MSVC_VERSION EQUAL 1900)
83
set(OpenCV_RUNTIME vc14)
84
+ elseif(MSVC_VERSION EQUAL 1910)
85
+ set(OpenCV_RUNTIME vc15)
86
endif()
87
elseif(MINGW)
88
set(OpenCV_RUNTIME mingw)
cmake/OpenCVDetectCXXCompiler.cmake
@@ -138,6 +138,8 @@ if(MSVC)
138
139
140
141
142
143
144
145
0 commit comments