BUG: Look for custom files in all directories

This commit is contained in:
Andy Cedilnik 2005-07-14 14:15:21 -04:00
parent 237e7d34f9
commit 79eeb9c4e6
1 changed files with 1 additions and 1 deletions

View File

@ -1716,7 +1716,7 @@ int cmCTest::ReadCustomConfigurationFileTree(const char* dir)
cmMakefile *mf = lg->GetMakefile();
std::string rexpr = dir;
rexpr += "/*/CTestCustom.ctest";
rexpr += "/CTestCustom.ctest";
cmGlob gl;
gl.RecurseOn();
gl.FindFiles(rexpr);