mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
BUG: cleanup paths in GetSourceFile to handle bug 2724
This commit is contained in:
parent
ecbec236b1
commit
e5e2e6a3b3
@ -1994,6 +1994,7 @@ cmSourceFile* cmMakefile::GetSource(const char* sourceName) const
|
||||
path += cmSystemTools::GetFilenamePath(sourceName);
|
||||
}
|
||||
}
|
||||
path = cmSystemTools::CollapseFullPath(path.c_str());
|
||||
|
||||
std::string sname =
|
||||
cmSystemTools::GetFilenameWithoutLastExtension(sourceName);
|
||||
|
Loading…
Reference in New Issue
Block a user