We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Ubuntu 22.04, I get the following warning when find_packaging eigenpy:
eigenpy
CMake Warning at /usr/share/cmake-3.22/Modules/FindBoost.cmake:2201 (message): No header defined for python310; skipping header check (note: header-only libraries have no designated component) Call Stack (most recent call first): /opt/ros/one/lib/x86_64-linux-gnu/cmake/eigenpy/boost.cmake:144 (find_package) /opt/ros/one/lib/x86_64-linux-gnu/cmake/eigenpy/eigenpyConfig.cmake:149 (SEARCH_FOR_BOOST_PYTHON) CMakeLists.txt:41 (find_package)
The text was updated successfully, but these errors were encountered:
Thanks for the report. We are currently evaluating how to get rid of this SEARCH_FOR_BOOST_PYTHON, ref. jrl-umi3218/jrl-cmakemodules#728
Sorry, something went wrong.
No branches or pull requests
On Ubuntu 22.04, I get the following warning when find_packaging
eigenpy
:The text was updated successfully, but these errors were encountered: