mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: Cannot remove quotes from defined flags.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user