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: Deprecated CMAKE_COMPILER_IS_GNUCXX variable #3646

Closed
Ryanf55 opened this issue Jun 22, 2023 · 2 comments · Fixed by #3662
Closed

CMake: Deprecated CMAKE_COMPILER_IS_GNUCXX variable #3646

Ryanf55 opened this issue Jun 22, 2023 · 2 comments · Fixed by #3662

Comments

@Ryanf55
Copy link
Contributor

Ryanf55 commented Jun 22, 2023

Bug report

Required Info:

  • Operating System:
    • Ubuntu 22.04
  • ROS2 Version:
    • Rolling
  • Version or commit hash:
    • N/A

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.

@SteveMacenski
Copy link
Member

SteveMacenski commented Jun 22, 2023

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.

@Ryanf55
Copy link
Contributor Author

Ryanf55 commented Jun 22, 2023

You got it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants