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.
1 parent 43f1b72 commit 61d8292Copy full SHA for 61d8292
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 OR MSVC_VERSION EQUAL 1911)
+ elseif(MSVC_VERSION MATCHES "^191[0-9]$")
85
set(OpenCV_RUNTIME vc15)
86
endif()
87
elseif(MINGW)
cmake/OpenCVDetectCXXCompiler.cmake
@@ -100,7 +100,7 @@ if(MSVC)
100
101
102
103
104
105
106
0 commit comments