]> granicus.if.org Git - graphviz/commit
CMake: [nfc] uppercase 'RapidXml_*' variables
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 31 Jan 2022 12:00:10 +0000 (23:00 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 1 Feb 2022 04:28:49 +0000 (15:28 +1100)
commit4a4f65fe511b85bcbfa06b7428f0a0edca8b0b9f
treee094aa65ee4b01cb1f1fb2868509c737fb49f618
parente962645adb5e549553f99e345a85775d3ac92cd4
CMake: [nfc] uppercase 'RapidXml_*' variables

Upcoming changes that introduce `cmake-format` checks complain that these
identifiers do not comply with `[A-Z][0-9A-Z_]+|_[0-9a-z_]+`.
cmake/FindRAPIDXML.cmake [new file with mode: 0644]
cmake/FindRapidXml.cmake [deleted file]
tests/CMakeLists.txt