summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmXCodeObject.cxx')
-rw-r--r--Source/cmXCodeObject.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx
index 2fddf66..345bc57 100644
--- a/Source/cmXCodeObject.cxx
+++ b/Source/cmXCodeObject.cxx
@@ -186,7 +186,7 @@ void cmXCodeObject::SetString(const char* s)
}
bool needQuote = false;
m_String = "";
- if(ss.find_first_of(" <>.+") != ss.npos)
+ if(ss.find_first_of(" <>.+-=") != ss.npos)
{
needQuote = true;
}