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();
|
cmMakefile *mf = lg->GetMakefile();
|
||||||
|
|
||||||
std::string rexpr = dir;
|
std::string rexpr = dir;
|
||||||
rexpr += "/*/CTestCustom.ctest";
|
rexpr += "/CTestCustom.ctest";
|
||||||
cmGlob gl;
|
cmGlob gl;
|
||||||
gl.RecurseOn();
|
gl.RecurseOn();
|
||||||
gl.FindFiles(rexpr);
|
gl.FindFiles(rexpr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user