fix error in cygwin
This commit is contained in:
parent
9438a5965a
commit
dd533552bb
@ -73,7 +73,8 @@ void cmDSPWriter::OutputDSPFile()
|
|||||||
for(i = includes.begin(); i != includes.end(); ++i)
|
for(i = includes.begin(); i != includes.end(); ++i)
|
||||||
{
|
{
|
||||||
m_IncludeOptions += " /I ";
|
m_IncludeOptions += " /I ";
|
||||||
std::string tmp = cmSystemTools::ConvertToWindowsSlashesAndCleanUp(cmSystemTools::EscapeSpaces(i->c_str()));
|
std::string tmp = cmSystemTools::EscapeSpaces(i->c_str());
|
||||||
|
cmSystemTools::ConvertToWindowsSlashesAndCleanUp(tmp);
|
||||||
|
|
||||||
// quote if not already quoted
|
// quote if not already quoted
|
||||||
if (tmp[0] != '"')
|
if (tmp[0] != '"')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user