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

Silent pybind11 warning #634

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Silent pybind11 warning #634

merged 3 commits into from
Dec 4, 2024

Conversation

rhaschke
Copy link
Contributor

@rhaschke rhaschke commented Dec 2, 2024

On Jammy, pybind11 complains with:

CMake Warning at python/pybind11/tools/pybind11Tools.cmake:24 (message):
  Set PYBIND11_PYTHON_VERSION to search for a specific version, not
  PYTHON_VERSION (which is an output).  Assuming that is what you meant to do
  and continuing anyway.

Looks like PYTHON_VERSION_STRING is not defined anymore.

@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.90%. Comparing base (1acf72e) to head (d5e1376).
Report is 3 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #634      +/-   ##
==========================================
- Coverage   57.98%   57.90%   -0.07%     
==========================================
  Files         132      132              
  Lines       11107    11124      +17     
  Branches      956      956              
==========================================
+ Hits         6439     6440       +1     
- Misses       4621     4637      +16     
  Partials       47       47              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rhaschke rhaschke force-pushed the master branch 2 times, most recently from 73958ea to 5f22e02 Compare December 4, 2024 12:56
@rhaschke rhaschke merged commit d5e1376 into moveit:master Dec 4, 2024
7 of 8 checks passed
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.

3 participants