mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: By default disable new files.
This commit is contained in:
@@ -37,13 +37,13 @@ void cmEnableTestingCommand::CreateDartTestfileForMakefile(cmMakefile *mf)
|
||||
std::string fname;
|
||||
fname = mf->GetStartOutputDirectory();
|
||||
fname += "/";
|
||||
if ( m_Makefile->IsSet("DART_ROOT") )
|
||||
if ( m_Makefile->IsSet("CTEST_NEW_FORMAT") )
|
||||
{
|
||||
fname += "DartTestfile.txt";
|
||||
fname += "CTestTestfile.cmake";
|
||||
}
|
||||
else
|
||||
{
|
||||
fname += "CTestTestfile.cmake";
|
||||
fname += "DartTestfile.txt";
|
||||
}
|
||||
|
||||
cmSystemTools::MakeDirectory(mf->GetStartOutputDirectory());
|
||||
|
||||
Reference in New Issue
Block a user