ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To make ROS surely building against your own version and not the version that comes with ROS you can use in your ROS-package's CMakeLists.txt

  find_package( OpenCV 2.4.9 EXACT REQUIRED )

2.4.9 is than your manually compiled version, which must then differ from the version that comes with ROS