mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
cmSourceFile: Rename mutating GetFullPath() overload
Rename mutating GetFullPath() overload to ResolveFullPath().
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user