diff options
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 30c9c03..e72f28a 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -648,6 +648,7 @@ void cmMakefile::GenerateCacheOnly() std::string dest = mf->GetStartOutputDirectory(); dest += "/Makefile"; std::ofstream fout(dest.c_str()); + std::cout << "cmake: creating : " << dest.c_str() << "\n"; if(!fout) { cmSystemTools::Error("Failed to open file for write " , dest.c_str()); |