diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index dbbcf40c3..95fcb0ea4 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -4497,7 +4497,6 @@ int cmCTest::ReadCustomConfigurationFileTree(const char* dir) cmSystemTools::GetErrorOccuredFlag() ) ) { std::cerr << "Problem reading custom configuration" << std::endl; - return 0; } dirs.erase(dirs.end()-1, dirs.end()); cmSystemTools::SimpleGlob(rexpr, ndirs, -1);