Ask Your Question

skymeson's profile - activity

2016-03-14 12:33:59 -0600 commented answer cmake linking error OpenCV_FOUND to FALSE UBUNTU 13.04

This was posted a long time ago, but I was having the same issue and I figured I'd post how I fixed it. For me it was just an outdated build directory. Remove your build directory and try again. You will also need to set your OpenCV_DIR, ie. set (OpenCV_DIR /home/skymeson/opencv/build) in your CMakeLists.txt file before find_package is called.