Skip to content

Move GNU COMPILER_PREDEFINES_COMMAND from Platform to Compiler

Moves CMAKE_${lang}_COMPILER_PREDEFINES_COMMAND from linux specific Modules/Platform/Linux-GNU.cmake to Modules/Compiler/GNU.cmake. This enables compiler predefines generation (in AUTOMOC) on all platforms that run gcc (and clang).

Merge request reports