mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Changed generated filename to DartTestfile.txt
This commit is contained in:
@@ -49,7 +49,7 @@ void cmEnableTestingCommand::FinalPass()
|
||||
std::string fname;
|
||||
fname = m_Makefile->GetStartOutputDirectory();
|
||||
fname += "/";
|
||||
fname += "CMakeTestfile.txt";
|
||||
fname += "DartTestfile.txt";
|
||||
|
||||
cmSystemTools::MakeDirectory(m_Makefile->GetStartOutputDirectory());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user