find_package(OpenCV REQUIRED) not working
I keep on getting get errors from CMake errors when I try to build a project with OpenCV. I have reinstalled ROS and cv2 in Python is working properly.
Asked by wallarelvo on 2016-02-01 05:57:27 UTC
I keep on getting get errors from CMake errors when I try to build a project with OpenCV. I have reinstalled ROS and cv2 in Python is working properly.
Asked by wallarelvo on 2016-02-01 05:57:27 UTC
Comments
It would probably help to include at least one example of a failed
find_package(..)
in acatkin_make
(or whatever you use) run, and some more information on your OS (which and version), ROS (which and how installed) and some more details about what you're trying to do ..Asked by gvdhoorn on 2016-02-01 06:27:40 UTC