Ask Your Question

ajpc's profile - activity

2015-12-15 19:16:54 -0600 commented question Error when running OpenCVConfigCmake

Do I even need to do any of this ? Should the dlls like opencv_core300d.dll be included in the Pre-built Libraries ?

2015-12-15 13:10:34 -0600 asked a question Error when running OpenCVConfigCmake

I get this error when trying to run the cmake file OpenCVConfig. I am on windows 8.1 64 bit. I am using the latest version of cmake.

image description

Line 44 looks like this :

if(CMAKE_VERSION VERSION_GREATER 2.6)
  get_property(OpenCV_LANGUAGES GLOBAL PROPERTY ENABLED_LANGUAGES)
  if(NOT ";${OpenCV_LANGUAGES};" MATCHES ";CXX;")
    enable_language(CXX)
  endif()
endif()

I am tring to run the cmake because I am currently getting linking errors when trying to build (using static libs):

image description