BUG: fix #5806, wrong quotes used in the exported file

Alex
This commit is contained in:
Alexander Neundorf 2007-10-14 08:15:22 -04:00
parent eec2b7a2cb
commit ae06467866
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ bool cmExportCommand
if (loc && *loc)
{
fout << " " << currentConfig->c_str()
<< "_LOCATION \'" << loc << "\"\n";
<< "_LOCATION \"" << loc << "\"\n";
}
}
}