diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index f2d1fdea0..62e6a651c 100644 --- a/Source/cmMakefile.cxx +++ b/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());