summaryrefslogtreecommitdiff
path: root/cmake/FindXMLTO.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: rename FindXMLTO.cmake to correct warningAlan Antonuk2021-04-191-0/+98
CMake issues the following developer warning about FindXmlTo: The package name passed to `find_package_handle_standard_args` (XMLTO) does not match the name of the calling package (XmlTo). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. This corrects that by naming it FindXMLTO.cmake. Signed-off-by: GitHub <noreply@github.com>