Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake find_package does not specify OpenCV version #6

Closed
mightyCelu opened this issue May 3, 2017 · 2 comments
Closed

CMake find_package does not specify OpenCV version #6

mightyCelu opened this issue May 3, 2017 · 2 comments

Comments

@mightyCelu
Copy link

cv_camera depends on OpenCV2, however the find_package-call in the CMakeLists.txt will first discover OpenCV3 if both are installed. To circumvent this, the call should be changed to:

find_package(OpenCV 2 REQUIRED)

(see http://wiki.ros.org/vision_opencv)

@OTL
Copy link
Owner

OTL commented May 4, 2017

Could you make PR?

@OTL
Copy link
Owner

OTL commented May 4, 2017

thanks

@OTL OTL closed this as completed May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants