BUG: Cannot remove quotes from defined flags.
This commit is contained in:
parent
1ac5fb545f
commit
728d3da737
@ -572,7 +572,8 @@ void cmLocalVisualStudio7Generator::OutputDefineFlags(std::ostream& fout)
|
||||
define = defs.substr(pos+2);
|
||||
done = true;
|
||||
}
|
||||
cmSystemTools::ReplaceString(define, "\"", "");
|
||||
|
||||
cmSystemTools::ReplaceString(define, "\"", """);
|
||||
fout << define << ",";
|
||||
if(!done)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user