Closed cottsay closed 3 years ago
This will prevent CMake warnings generated by tinyxml's CMakeLists.txt which are intended for the tinyxml developers from popping up in our CI builds. This pattern is already in use in 8 other vendor packages in ROS 2.
Before:
After:
Ooh, actually it looks like we maintain the CMakeLists.txt for this project in this repository, so we actually want to see those warnings!
This will prevent CMake warnings generated by tinyxml's CMakeLists.txt which are intended for the tinyxml developers from popping up in our CI builds. This pattern is already in use in 8 other vendor packages in ROS 2.
Before:
After: