Browse Source

Change name of file created from Testfile to CMakeTestfile.txt

pull/1/head
Jim Miller 25 years ago
parent
commit
6948617497
  1. 2
      Source/cmMakefile.cxx

2
Source/cmMakefile.cxx

@ -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…
Cancel
Save