BUG: Look for custom files in all directories
This commit is contained in:
parent
237e7d34f9
commit
79eeb9c4e6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue