Skip to content
  • Stephen Kelly's avatar
    Do not populate SourceEntries in AddSourceFile. · fa037776
    Stephen Kelly authored
    It only generates a default constructed SourceEntry for each
    cmSourceFile.
    
      this->Internal->SourceEntries[sf];
    
    in cmTargetTraceDependencies::Trace has the same effect, and is called
    early in generation-time for each source file anyway.
    fa037776