Closed traversaro closed 4 years ago
Probably due to some CMake configuration issue, or some problem in the FindTinyXML.cmake script.
FindTinyXML.cmake
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.
tinyxml_INCLUDE_DIRS
tinyxml_LIBRARIES
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
andtinyxml_LIBRARIES
.