mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
BUG: mor emissing convert to unix slashes
This commit is contained in:
parent
c5bfdf6917
commit
ea38258eb3
@ -139,6 +139,7 @@ void cmSourceFile::SetName(const char* name, const char* dir, const char *ext,
|
||||
fname += ext;
|
||||
}
|
||||
m_FullPath = cmSystemTools::CollapseFullPath(fname.c_str(), dir);
|
||||
cmSystemTools::ConvertToUnixSlashes(m_FullPath);
|
||||
m_SourceExtension = ext;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user