BUG: mor emissing convert to unix slashes

This commit is contained in:
Ken Martin 2005-07-07 13:55:45 -04:00
parent c5bfdf6917
commit ea38258eb3
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}