ENH: more chars need quotes
This commit is contained in:
parent
1ecb0e02af
commit
1c01c12af3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue