mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
ENH: More ctest changes and move SetupTest to superclass
This commit is contained in:
@@ -37,7 +37,7 @@ void cmEnableTestingCommand::CreateDartTestfileForMakefile(cmMakefile *mf)
|
||||
std::string fname;
|
||||
fname = mf->GetStartOutputDirectory();
|
||||
fname += "/";
|
||||
if ( m_Makefile->IsOn("DART_ROOT") )
|
||||
if ( m_Makefile->IsSet("DART_ROOT") )
|
||||
{
|
||||
fname += "DartTestfile.txt";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user