Skip to content
  • Brad King's avatar
    genex: Simplify cmGeneratorExpressionInterpreter · 1b57f495
    Brad King authored
    All callers were constructing with a non-empty target name using the
    target whose pointer was passed anyway.  Drop this argument.  Simplify
    logic accordingly.  Re-order constructor arguments to match the
    cmCompiledGeneratorExpression::Evaluate arguments.
    
    Also remove unnecessary getters.
    1b57f495