Skip to content
Snippets Groups Projects
Forked from CMake / CMake
Source project has a limited visibility.
  • Stephen Kelly's avatar
    f1eacf0e
    cmGeneratorExpression: Re-write for multi-stage evaluation · f1eacf0e
    Stephen Kelly authored and Brad King's avatar Brad King committed
    The expressions may be parsed and then cached and evaluated multiple
    times.  They are evaluated lazily so that literals such as ',' can be
    treated as universal parameter separators, and can be processed from
    results without appearing literally, and without interfering with the
    parsing/evaluation of the entire expression.
    f1eacf0e
    History
    cmGeneratorExpression: Re-write for multi-stage evaluation
    Stephen Kelly authored and Brad King's avatar Brad King committed
    The expressions may be parsed and then cached and evaluated multiple
    times.  They are evaluated lazily so that literals such as ',' can be
    treated as universal parameter separators, and can be processed from
    results without appearing literally, and without interfering with the
    parsing/evaluation of the entire expression.