BUG: Fix CTestCustom.ctest file
This commit is contained in:
parent
af7466b705
commit
161524581f
|
@ -1894,7 +1894,7 @@ int cmCTest::ReadCustomConfigurationFileTree(const char* dir)
|
|||
|
||||
std::string rexpr = dir;
|
||||
rexpr += "/CTestCustom.ctest";
|
||||
if ( !found && cmSystemTools::FileExists(fname.c_str()) )
|
||||
if ( !found && cmSystemTools::FileExists(rexpr.c_str()) )
|
||||
{
|
||||
cmsys::Glob gl;
|
||||
gl.RecurseOn();
|
||||
|
|
Loading…
Reference in New Issue