mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
BUG: mor emissing convert to unix slashes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user