Skip to content
  • Stephen Kelly's avatar
    Remove the Location member from cmTarget. · 638843af
    Stephen Kelly authored
    It is never used. Presumably it only exists so that a const char * can
    be returned from GetLocation. However, that is getting in the way
    now, so use a static std::string instead, which is already a common
    pattern in cmake.
    638843af