Skip to content
Snippets Groups Projects
Forked from CMake / CMake
Source project has a limited visibility.
  • Stephen Kelly's avatar
    6d7abb63
    cmOutputConverter: Extract from cmLocalGenerator. · 6d7abb63
    Stephen Kelly authored
    The Convert methods never belonged to the local generator concept, so
    split them out now.  The cmOutputConverter is cheap to construct and
    destroy, so it can be instantiated where needed to perform
    conversions.  This will allow further decoupling of cmLocalGenerator
    from the configure step.
    
    Inherit cmLocalGenerator from cmOutputConverter for the purpose of
    source compatibility.
    6d7abb63
    History
    cmOutputConverter: Extract from cmLocalGenerator.
    Stephen Kelly authored
    The Convert methods never belonged to the local generator concept, so
    split them out now.  The cmOutputConverter is cheap to construct and
    destroy, so it can be instantiated where needed to perform
    conversions.  This will allow further decoupling of cmLocalGenerator
    from the configure step.
    
    Inherit cmLocalGenerator from cmOutputConverter for the purpose of
    source compatibility.