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 fixes #358

Merged
merged 2 commits into from
Sep 7, 2020
Merged

CMake fixes #358

merged 2 commits into from
Sep 7, 2020

Conversation

joxoby
Copy link
Contributor

@joxoby joxoby commented Sep 4, 2020

When trying to build from Conan, not including CMakePackageConfigHelpers ends in an error saying that it can't find configure_package_config_file. I'm not exactly sure why it's actually working without it.

Also, use modern CMake target for ignition-math.

Juan Oxoby added 2 commits September 3, 2020 23:08
Signed-off-by: Juan Oxoby <juan@vicarious.com>
Signed-off-by: Juan Oxoby <juan@vicarious.com>
@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2020

Codecov Report

Merging #358 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #358   +/-   ##
=======================================
  Coverage   87.44%   87.44%           
=======================================
  Files          60       60           
  Lines        9337     9337           
=======================================
  Hits         8165     8165           
  Misses       1172     1172           

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 d02105e...667b50e. Read the comment docs.

@scpeters
Copy link
Member

scpeters commented Sep 6, 2020

@osrf-jenkins run tests please

@scpeters
Copy link
Member

scpeters commented Sep 7, 2020

yeah, I don't know why it was working without this fix either. Thanks for the contribution!

@scpeters scpeters merged commit 5ed0a49 into gazebosim:master Sep 7, 2020
scpeters pushed a commit to scpeters/sdformat that referenced this pull request Sep 9, 2020
* Add include(CMakePackageConfigHelpers)
* Use modern cmake target for ign-math

Signed-off-by: Juan Oxoby <juan@vicarious.com>

Co-authored-by: Juan Oxoby <juan@vicarious.com>
scpeters pushed a commit that referenced this pull request Sep 10, 2020
* Add include(CMakePackageConfigHelpers)
* Use modern cmake target for ign-math

Signed-off-by: Juan Oxoby <juan@vicarious.com>

Co-authored-by: Juan Oxoby <juan@vicarious.com>
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.

None yet

4 participants