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

Fixed CMakeLists.txt in examples #686

Merged
merged 3 commits into from
Jul 26, 2022
Merged

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Jul 26, 2022

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

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

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.

@ahcorde ahcorde requested a review from iche033 as a code owner July 26, 2022 16:21
@ahcorde ahcorde self-assigned this Jul 26, 2022
find_package(ignition-rendering6 REQUIRED)
find_package(ignition-common4)
Copy link
Contributor

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?

@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Jul 26, 2022
Signed-off-by: ahcorde <[email protected]>
@codecov
Copy link

codecov bot commented Jul 26, 2022

Codecov Report

Merging #686 (c58a4f2) into ign-rendering6 (626b100) will decrease coverage by 0.00%.
The diff coverage is n/a.

❗ Current head c58a4f2 differs from pull request most recent head b5e3a5c. Consider uploading reports for the commit b5e3a5c to get more accurate results

@@                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     
Impacted Files Coverage Δ
...e/ignition/rendering/base/BaseGaussianNoisePass.hh 96.66% <0.00%> (-3.34%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 626b100...b5e3a5c. Read the comment docs.

find_package(ignition-rendering6 REQUIRED)
find_package(ignition-find_package(ignition-common4 REQUIRED)
Copy link
Contributor

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]>
@ahcorde ahcorde requested a review from mjcarroll July 26, 2022 21:51
@ahcorde ahcorde merged commit d3a8e8c into ign-rendering6 Jul 26, 2022
@ahcorde ahcorde deleted the ahcorde/fix/example/cmake branch July 26, 2022 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏯 fortress Ignition Fortress
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants