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 6a5298a commit a936ec3Copy full SHA for a936ec3
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