ERR: Fix build on broken C++ compiles with no != operator for std::string
This commit is contained in:
parent
157b239905
commit
5b78e5f563
|
@ -1996,7 +1996,7 @@ void cmCTest::ProcessDirectory(cmCTest::tm_VectorOfStrings &passed,
|
|||
cres.m_Status = cmCTest::NOT_RUN;
|
||||
cres.m_TestCount = cnt;
|
||||
|
||||
if (last_directory != it->m_Directory)
|
||||
if (!(last_directory == it->m_Directory))
|
||||
{
|
||||
if ( m_Verbose )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue