Files
CMake/Modules
Brad King ccef69bde4 AUTOMOC: Avoid compiler warnings while computing predefines
LLVM/Clang 20, when invoked as `clang++ -E -c ...`, now warns:

    warning: argument unused during compilation: '-c'

Drop the unnecessary `-c` flag.  Also add a `-w` flag to suppress
warnings so their text is not parsed as predefines.
2025-04-24 07:07:00 -04:00
..
2023-05-22 16:51:15 -04:00
2024-10-25 08:43:04 -04:00
2023-11-17 09:58:21 -05:00
2024-12-21 17:50:25 +01:00
2024-12-21 17:50:25 +01:00
2024-12-21 17:50:25 +01:00
2024-12-02 13:25:54 -05:00
2024-01-16 11:57:53 -05:00

See the "Find Modules" section of the cmake-developer(7) manual page.

For more information about how to contribute modules to CMake, see this page:
https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/dev/Module-Maintainers