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] Use modern cmake to manage OpenGV #994

Merged
merged 2 commits into from
Feb 24, 2021
Merged

Conversation

simogasp
Copy link
Member

Use the imported target to manage the dependency

note: opengv does not export the target with a namespace... (it's a bug, my bad..)

fixes #989 #990

* use imported target
* update av config file to look for the
dependency
* remove the findOpenGV
@simogasp simogasp added this to the 2.4.0 milestone Feb 20, 2021
@simogasp simogasp linked an issue Feb 20, 2021 that may be closed by this pull request
@fabiencastan fabiencastan merged commit 47fef5a into develop Feb 24, 2021
@fabiencastan fabiencastan deleted the cmake/opengvModern branch February 24, 2021 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'FIND_PACKAGE(Eigen QUIET)' should be 'FIND_PACKAGE(Eigen3 QUIET)' Fails to find OpenGV include path
2 participants