diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx index de0602547..c44daa22e 100644 --- a/Source/cmXCodeObject.cxx +++ b/Source/cmXCodeObject.cxx @@ -194,7 +194,7 @@ void cmXCodeObject::SetString(const char* s) cmSystemTools::ReplaceString(ss, "\"", "\\\""); bool needQuote = false; this->String = ""; - if(ss.find_first_of(" <>.+-=") != ss.npos) + if(ss.find_first_of(" <>.+-=@") != ss.npos) { needQuote = true; }