You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since leethomason/tinyxml2#557, tinyxml2 exports its own CMake config file under the CMake package name tinyxml2 . However, ignition-cmake’s FindTINYXML2.cmake CMake scripts ignore this file, and always search for the package using pkg-config or manual search. To correctly find the debug and release version of the library in system without pkg-config, it would be convenient if FindTINYXML2.cmake looked for the tinyxml2 CMake package as the first step, and populated appropriatly the variable and the imported targets that it exports.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Silvio Traversaro (Bitbucket: traversaro).
Since leethomason/tinyxml2#557, tinyxml2 exports its own CMake config file under the CMake package name
tinyxml2
. However, ignition-cmake’sFindTINYXML2.cmake
CMake scripts ignore this file, and always search for the package using pkg-config or manual search. To correctly find the debug and release version of the library in system without pkg-config, it would be convenient ifFindTINYXML2.cmake
looked for thetinyxml2
CMake package as the first step, and populated appropriatly the variable and the imported targets that it exports.The text was updated successfully, but these errors were encountered: