gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.21k stars 484 forks source link

Permit users to override USE_EXTERNAL_TINYXML2 and USE_EXTERNAL_TINYXML in CMake #3254

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

The variables USE_EXTERNAL_TINYXML and USE_EXTERNAL_TINYXML2 could not be overridden with CMake cache variables set by the command line, this PR permit to override them to also use external tinyxml(2) library on Windows.

traversaro commented 2 years ago

Thanks!