-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add PKGCONFIG information to ignition-tools ign_find_package #44
Conversation
Signed-off-by: Jose Luis Rivero <[email protected]>
df9f77d
to
7318f24
Compare
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
=======================================
Coverage 28.03% 28.03%
=======================================
Files 3 3
Lines 724 724
=======================================
Hits 203 203
Misses 521 521 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! This closes gazebosim/gz-tools#23. I think we should also change other libraries to find ign-tools
as REQUIRED
.
Humm this changes something on macOS:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the macOS failures were spurious.
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Try to clean up warning about the use of ignition-tools in the
ign_find_package
call.