Skip to content
  • Sebastian Holtermann's avatar
    Move GNU COMPILER_PREDEFINES_COMMAND from Platform to Compiler · caa138c1
    Sebastian Holtermann authored
    Moves `CMAKE_${lang}_COMPILER_PREDEFINES_COMMAND` from linux specific
    [Modules/Platform/Linux-GNU.cmake](Modules/Platform/Linux-GNU.cmake) to
    [Modules/Compiler/GNU.cmake](Modules/Compiler/GNU.cmake).
    This enables compiler predefines generation (in AUTOMOC) on all
    platforms that run gcc (and clang).
    caa138c1