cmSourceFile: Rename mutating GetFullPath() overload

Rename mutating GetFullPath() overload to ResolveFullPath().
This commit is contained in:
Daniel Eiband
2019-08-29 17:31:44 +02:00
parent 3ec986ce8e
commit 2d888e3390
20 changed files with 46 additions and 45 deletions

View File

@@ -223,7 +223,7 @@ std::string cmExtraCodeLiteGenerator::CollectSourceFiles(
gt->GetSourceFiles(sources,
makefile->GetSafeDefinition("CMAKE_BUILD_TYPE"));
for (cmSourceFile* s : sources) {
std::string const& fullPath = s->GetFullPath();
std::string const& fullPath = s->ResolveFullPath();
std::string const& extLower =
cmSystemTools::LowerCase(s->GetExtension());
// check whether it is a source or a include file