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 6a5298a + a936ec3 commit 8755a19Copy full SHA for 8755a19
cmake/OpenCVDetectCXXCompiler.cmake
@@ -114,6 +114,8 @@ if(MSVC)
114
set(OpenCV_RUNTIME vc14)
115
elseif(MSVC_VERSION EQUAL 1910 OR MSVC_VERSION EQUAL 1911)
116
set(OpenCV_RUNTIME vc15)
117
+ else()
118
+ message(WARNING "OpenCV does not recognize MSVC_VERSION \"${MSVC_VERSION}\". Cannot set OpenCV_RUNTIME")
119
endif()
120
elseif(MINGW)
121
set(OpenCV_RUNTIME mingw)
0 commit comments