Closed brawner closed 3 years ago
In the most recent release of cmake (3.19), they have started deprecating cmake versions < 2.8.12.
2.8.12
Example cmake warnings https://ci.ros2.org/view/nightly/job/nightly_win_rel/1760/cmake/
Build all of ros2, testing up to rcutils
rcutils
Signed-off-by: Stephen Brawner brawner@gmail.com
CI https://github.com/ros/urdfdom_headers/pull/67#issuecomment-733042583
Rerun ci jobs
It doesn't look like tinyxml_vendor actually make use of the tinyxml_cmakelists.txt because there are no warning specific to this package on the above cmake warnings.
In the most recent release of cmake (3.19), they have started deprecating cmake versions <
2.8.12
.Example cmake warnings https://ci.ros2.org/view/nightly/job/nightly_win_rel/1760/cmake/
Build all of ros2, testing up to
rcutils
Signed-off-by: Stephen Brawner brawner@gmail.com