ENH: remove cerr calls
This commit is contained in:
parent
27110975c2
commit
ddbc9e6292
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue