Ask Your Question

Revision history [back]

I found the same question and the answer on superuser.

So I have changed cmake/OpenCVFindLibsPerf.cmake from line 44 to 59.

I have commented out line 46-48 and 59, and changed find_package(Eigen3 QUIET) in line 44 to find_package(Eigen3 3.0.0).

It worked for me.