FindGCCXML — CMake 4.2.1 Documentation (original) (raw)
Changed in version 4.1: This module is available only if policy CMP0188 is not set to NEW. Port projects to search for CastXML by calling find_program() directly.
Finds the GCC-XML front-end executable:
find_package(GCCXML [...])
Cache Variables¶
The following cache variables may also be set:
GCCXML
The GCC-XML front-end executable.
Examples¶
In new code, find CastXML with find_program() instead:
find_program(CASTXML_EXECUTABLE castxml)