Closed traversaro closed 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.
USE_EXTERNAL_TINYXML
USE_EXTERNAL_TINYXML2
Thanks!
The variables
USE_EXTERNAL_TINYXML
andUSE_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.