ENH: remove cerr calls

This commit is contained in:
Bill Hoffman 2002-12-02 15:37:27 -05:00
parent 27110975c2
commit ddbc9e6292
2 changed files with 0 additions and 2 deletions

View File

@ -128,7 +128,6 @@ bool cmListFileCache::CacheFile(const char* path, bool requireProjectCommand)
project.m_Name = "PROJECT";
project.m_Arguments.push_back("Project");
inFile.m_Functions.push_back(project);
std::cerr << "adding project command to file " << path << "\n";
}
}
m_ListFileCache[path] = inFile;

View File

@ -321,7 +321,6 @@ bool cmMakefile::ReadListFile(const char* filename, const char* external)
cmSystemTools::GetFilenameName(filename)) == "cmakelists.txt")
{
requireProjectCommand = true;
std::cerr << "Require project command " << filename << "\n";
}
}