moveit / srdfdom

Semantic Robot Description Format
BSD 3-Clause "New" or "Revised" License
13 stars 68 forks source link

Use common FindTinyXML.cmake module #4

Closed wjwwood closed 10 years ago

wjwwood commented 11 years ago

There is a new package called cmake_modules, which we just created:

https://github.com/ros/cmake_modules

It provides a common FindTinyXML.cmake CMake module, which we should all try to use in order to prevent issues when doing things like cross-compiling.

This is a low priority, but a good idea. The package is available for Hydro and Groovy, it will be in public on the next sync.

mikeferguson commented 10 years ago

Implemented in 08d6282055b0a00e2c779de0d13a17e9547c6ba2. This can probably be closed (I don't have permission to)