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