mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
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
Block a user