Bug report
Required Info:
- Operating System:
- ROS2 Version:
- Version or commit hash:
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.