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;
|
std::string fname;
|
||||||
fname = this->GetCurrentOutputDirectory();
|
fname = this->GetCurrentOutputDirectory();
|
||||||
fname += "/";
|
fname += "/";
|
||||||
fname += "Testfile";
|
fname += "CMakeTestfile.txt";
|
||||||
|
|
||||||
// Open the output Testfile
|
// Open the output Testfile
|
||||||
std::ofstream fout(fname.c_str());
|
std::ofstream fout(fname.c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user