-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fixed CMakeLists.txt in examples #686
Conversation
Signed-off-by: ahcorde <[email protected]>
find_package(ignition-rendering6 REQUIRED) | ||
find_package(ignition-common4) |
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.
Should this be marked REQUIRED as well everywhere?
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-rendering6 #686 +/- ##
==================================================
- Coverage 54.58% 54.58% -0.01%
==================================================
Files 202 202
Lines 21106 21106
==================================================
- Hits 11521 11520 -1
- Misses 9585 9586 +1
Continue to review full report at Codecov.
|
find_package(ignition-rendering6 REQUIRED) | ||
find_package(ignition-find_package(ignition-common4 REQUIRED) |
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.
This doesn't look right. Find and replace gone wrong?
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde [email protected]
🦟 Bug fix
Related PR #678 and this comment #678 (comment)
Summary
Fixed CMakeLists.txt in examples. Include
ign-common4
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.