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;
|
fname += ext;
|
||||||
}
|
}
|
||||||
m_FullPath = cmSystemTools::CollapseFullPath(fname.c_str(), dir);
|
m_FullPath = cmSystemTools::CollapseFullPath(fname.c_str(), dir);
|
||||||
|
cmSystemTools::ConvertToUnixSlashes(m_FullPath);
|
||||||
m_SourceExtension = ext;
|
m_SourceExtension = ext;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue