BUG: Fix CTestCustom.ctest file

This commit is contained in:
Andy Cedilnik 2006-03-23 11:19:30 -05:00
parent af7466b705
commit 161524581f
1 changed files with 1 additions and 1 deletions

View File

@ -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();