Skip to content
Snippets Groups Projects
Forked from CMake / CMake
Source project has a limited visibility.
  • Brad King's avatar
    797e49a1
    ENH: Load platform-independent per-compiler files · 797e49a1
    Brad King authored
    This teaches the language configuration modules to load per-compiler
    information for each language using the compiler id but no system name.
    They look for modules named "Compiler/<id>-<lang>.cmake".  Such modules
    may specify compiler flags that do not depend on the platform.
    797e49a1
    History
    ENH: Load platform-independent per-compiler files
    Brad King authored
    This teaches the language configuration modules to load per-compiler
    information for each language using the compiler id but no system name.
    They look for modules named "Compiler/<id>-<lang>.cmake".  Such modules
    may specify compiler flags that do not depend on the platform.