Try to fix quoted definitions
This commit is contained in:
parent
4852c21b6f
commit
242347c52e
|
@ -555,7 +555,7 @@ void cmLocalVisualStudio7Generator::OutputDefineFlags(std::ostream& fout)
|
||||||
define = defs.substr(pos+2);
|
define = defs.substr(pos+2);
|
||||||
done = true;
|
done = true;
|
||||||
}
|
}
|
||||||
cmSystemTools::ReplaceString(define, "\"", """);
|
cmSystemTools::ReplaceString(define, "\"", "");
|
||||||
fout << define << ",";
|
fout << define << ",";
|
||||||
if(!done)
|
if(!done)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue