-
Notifications
You must be signed in to change notification settings - Fork 29
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
Invocation of find_package_handle_standard_args with a different package name warns with CMake 3.17 #47
Comments
I'll look into it. I feel like I addressed this or something like it when I upgraded backward, but maybe I missed something, I did run CI on this change: And it did not show up there: https://ci.ros2.org/job/ci_osx/8402/ The only thing that I did to that CI was reduce to Fast-RTPS which I feel like should not have caused an issue. |
Could it be a difference in the CI machines? This warning would be produced if certain libraries needed to produce stack traces were not installed. See: https://github.com/bombela/backward-cpp#libraries-to-read-the-debug-info So, I feel like these warnings are desired perhaps? I don't know if we have any explicit instructions for installing these dependencies or if they are in the package.xml or not. I'll look. Maybe we'd prefer to suppress the warning in this case. |
Not sure it is related but I couldn't build the latest master. Tag 1.3.0 works fine however. On MacOSX Mojave. Unfortunately I couldn't for my life figure out how to install But I might just go with |
The problem likely happens on all platforms as of CMake 3.17. |
All builds are causing multiple instances of the following warning:
From: https://ci.ros2.org/job/ci_osx/8744/consoleFull
There are 3 instances
osrf_testing_tools_cpp/osrf_testing_tools_cpp/src/memory_tools/vendor/bombela/backward-cpp/BackwardConfig.cmake
Line 61 in 93745cd
osrf_testing_tools_cpp/osrf_testing_tools_cpp/src/memory_tools/vendor/bombela/backward-cpp/BackwardConfig.cmake
Line 72 in 93745cd
osrf_testing_tools_cpp/osrf_testing_tools_cpp/src/memory_tools/vendor/bombela/backward-cpp/BackwardConfig.cmake
Line 87 in 93745cd
Full error messages:
The text was updated successfully, but these errors were encountered: