mirror of
https://github.com/reactos/CMake.git
synced 2025-01-30 00:02:22 +00:00
BUG: Backing out previous change until a deeper problem can be investigated.
This commit is contained in:
parent
cc3887c462
commit
fc689df5d9
@ -67,8 +67,7 @@ void cmAddTestCommand::FinalPass()
|
||||
++it;
|
||||
for (; it != m_Args.end(); ++it)
|
||||
{
|
||||
if((it->find(" ") != std::string::npos) &&
|
||||
(*it->begin() != '"' || *(it->end()-1) != '"'))
|
||||
if(it->find(" ") != std::string::npos)
|
||||
{
|
||||
fout << " \"" << *it << "\"";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user