mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 07:38:33 -05:00
ERR: Fix build on broken C++ compiles with no != operator for std::string
This commit is contained in:
+1
-1
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user