mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
BUG: Look for custom files in all directories
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user