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

Fix find_package(manif) if tl-optional_FOUND is TRUE #236

Merged
merged 2 commits into from
Jul 21, 2021

Conversation

traversaro
Copy link
Contributor

@traversaro traversaro commented Jul 21, 2021

Without this patch, if tl-optional_FOUND is ON, the find_package(manif) does not work correctly as tl::optional target is not defined.

@codecov
Copy link

codecov bot commented Jul 21, 2021

Codecov Report

Merging #236 (1a7abca) into devel (436702d) will increase coverage by 0.19%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##            devel     #236      +/-   ##
==========================================
+ Coverage   97.71%   97.91%   +0.19%     
==========================================
  Files          49       49              
  Lines        1532     1532              
==========================================
+ Hits         1497     1500       +3     
+ Misses         35       32       -3     

@artivis artivis self-assigned this Jul 21, 2021
Copy link
Owner

@artivis artivis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @traversaro

@artivis artivis merged commit c13c097 into artivis:devel Jul 21, 2021
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

Successfully merging this pull request may close these issues.

2 participants