robotology / robot-testing-framework

Robot Testing Framework (RTF)
http://robotology.github.io/robot-testing-framework/index.html
GNU Lesser General Public License v2.1
19 stars 11 forks source link

Compilation fails when using TinyXML installed from vcpkg #107

Closed traversaro closed 4 years ago

traversaro commented 4 years ago

Probably due to some CMake configuration issue, or some problem in the FindTinyXML.cmake script.

See https://github.com/robotology/robotology-superbuild/pull/296/checks?check_run_id=300706515 for a failing test. The issue is unfortunately that vcpkg's tinyxml installs a completely unrelated from upstream cmake config file (see https://github.com/microsoft/vcpkg/pull/5544), that exports the variables tinyxml_INCLUDE_DIRS and tinyxml_LIBRARIES.