1
0
Эх сурвалжийг харах

Change name of file created from Testfile to CMakeTestfile.txt

Jim Miller 24 жил өмнө
parent
commit
6948617497
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Source/cmMakefile.cxx

+ 1 - 1
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());