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
Required Info:
Just reading the NAV2 CMake source code and NAV2 source code, this variable is deprecated:
https://cmake.org/cmake/help/latest/variable/CMAKE_COMPILER_IS_GNUCXX.html
Using non-deprecated CMake
NAV2 is using deprecated variables
This should be a quick swap.
The text was updated successfully, but these errors were encountered:
A PR would be appreciated 😄
In the future for things like this that are one-liner changes, you can just submit a PR with this context. No need for a ticket.
Sorry, something went wrong.
You got it
Successfully merging a pull request may close this issue.
Bug report
Required Info:
Steps to reproduce issue
Just reading the NAV2 CMake source code and NAV2 source code, this variable is deprecated:
https://cmake.org/cmake/help/latest/variable/CMAKE_COMPILER_IS_GNUCXX.html
Expected behavior
Using non-deprecated CMake
Actual behavior
NAV2 is using deprecated variables
Additional information
This should be a quick swap.
The text was updated successfully, but these errors were encountered: