Merge pull request #1822 from SpecLad:msvc12

pull/1842/merge
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit 75fba08042
  1. 2
      cmake/OpenCVConfig.cmake
  2. 2
      cmake/OpenCVDetectCXXCompiler.cmake

@ -77,6 +77,8 @@ if(MSVC)
set(OpenCV_RUNTIME vc10)
elseif(MSVC_VERSION EQUAL 1700)
set(OpenCV_RUNTIME vc11)
elseif(MSVC_VERSION EQUAL 1800)
set(OpenCV_RUNTIME vc12)
endif()
elseif(MINGW)
set(OpenCV_RUNTIME mingw)

@ -136,6 +136,8 @@ if(MSVC)
set(OpenCV_RUNTIME vc10)
elseif(MSVC_VERSION EQUAL 1700)
set(OpenCV_RUNTIME vc11)
elseif(MSVC_VERSION EQUAL 1800)
set(OpenCV_RUNTIME vc12)
endif()
elseif(MINGW)
set(OpenCV_RUNTIME mingw)

Loading…
Cancel
Save