Change name of file created from Testfile to CMakeTestfile.txt
This commit is contained in:
parent
601a865c19
commit
6948617497
|
@ -399,7 +399,7 @@ void cmMakefile::GenerateTestfile()
|
|||
std::string fname;
|
||||
fname = this->GetCurrentOutputDirectory();
|
||||
fname += "/";
|
||||
fname += "Testfile";
|
||||
fname += "CMakeTestfile.txt";
|
||||
|
||||
// Open the output Testfile
|
||||
std::ofstream fout(fname.c_str());
|
||||
|
|
Loading…
Reference in New Issue