summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-19 14:35:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-19 14:35:12 (GMT)
commit985f3dd3b4c7f71b3baee3cafec3381926720951 (patch)
tree6f4eb3f2401ccc83e13e0f787e594fa30e925620 /Source
parent8f565bdc74d7d2b57c5de0f9079abf21e2c78327 (diff)
downloadCMake-985f3dd3b4c7f71b3baee3cafec3381926720951.zip
CMake-985f3dd3b4c7f71b3baee3cafec3381926720951.tar.gz
CMake-985f3dd3b4c7f71b3baee3cafec3381926720951.tar.bz2
ERR: Do not exit when find bad custom files.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index dbbcf40..95fcb0e 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);