Skip to content
  • Brad King's avatar
    Features: Refactor <LANG>_STANDARD update · b115bc49
    Brad King authored
    In order to support generator expressions in target COMPILE_FEATURES
    we apply them at generate time.  Move this step to the beginning of
    generation instead of doing it on demand while collecting flags.
    This avoids repeating the process unnecessarily, and will then allow
    `cmLocalGenerator::AddCompilerRequirementFlag` to be used any time
    during generation.
    b115bc49