ros2 / tinyxml_vendor

Vendor package for providing tinyxml within a cmake package
Apache License 2.0
2 stars 14 forks source link

Update cmake min version in tinyxml cmakelists.txt script #22

Closed brawner closed 3 years ago

brawner commented 3 years ago

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

sloretz commented 3 years ago

CI https://github.com/ros/urdfdom_headers/pull/67#issuecomment-733042583

brawner commented 3 years ago

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.