Files
CMake/Modules/Compiler
Sebastian Holtermann 83f2d48388 Respect CMAKE_<LANG>_COMPILER_ARG1 in CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND
AUTOMOC used to fail to generate ``moc_predefs.h`` when ``ccache`` was used
as a compiler starter by e.g. configuring a project with the environment
variable CXX="ccache g++".
The reason was that ``CMAKE_<LANG>_COMPILER_ARG1`` wasn't respected in the
definition of ``CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND`` for various
compilers.  This is fixed by this patch.

Fixes #17275.
2018-08-28 20:07:53 +02:00
..
2018-01-24 09:09:08 -06:00
2018-01-24 09:09:08 -06:00
2018-01-24 09:09:08 -06:00
2018-01-24 09:09:08 -06:00
2018-01-24 09:09:08 -06:00
2017-08-03 09:56:36 -04:00
2017-11-03 10:25:05 -04:00