mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
defines cannot have quotes in them
This commit is contained in:
@@ -555,6 +555,7 @@ void cmLocalVisualStudio7Generator::OutputDefineFlags(std::ostream& fout)
|
||||
define = defs.substr(pos+2);
|
||||
done = true;
|
||||
}
|
||||
cmSystemTools::ReplaceString(define, "\"", """);
|
||||
fout << define << ",";
|
||||
if(!done)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user