Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV CMake Error

I am currently setting up opencv and qtcreator, so I can use them together. For this, I am following the suggested instructions on stackoverflow, can be found here.

In step 6.5 I run however into the following problem: CMake shows me the error:

CMake Error at cmake/OpenCVUtils.cmake:813 (if):
  if given arguments:

    "NOT" "item" "MATCHES"   "C:/Users/Me/Desktop/opencv/sources/modules/core/include"

  Regular expression
  "C:/Users/Me/Desktop/opencv/sources/modules/core/include"
  cannot compile
Call Stack (most recent call first):
  modules/python/bindings/CMakeLists.txt:23 (ocv_list_filter)

Does someone know, what casues this error and how to fix it?