mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
cmSourceFile: Rename mutating GetFullPath() overload
Rename mutating GetFullPath() overload to ResolveFullPath().
This commit is contained in:
@@ -536,7 +536,7 @@ void CCONV* cmGetSource(void* arg, const char* name)
|
||||
// Create a proxy source file object for this source.
|
||||
cmCPluginAPISourceFile* sf = new cmCPluginAPISourceFile;
|
||||
sf->RealSourceFile = rsf;
|
||||
sf->FullPath = rsf->GetFullPath();
|
||||
sf->FullPath = rsf->ResolveFullPath();
|
||||
sf->SourceName =
|
||||
cmSystemTools::GetFilenameWithoutLastExtension(sf->FullPath);
|
||||
sf->SourceExtension =
|
||||
|
||||
Reference in New Issue
Block a user