diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-02 20:37:27 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-02 20:37:27 (GMT) |
commit | ddbc9e62929cba48ba520fe4184d2721db65ab53 (patch) | |
tree | c2c8133d7e4046cab2e00b7eaa5c00f8a78445cd /Source/cmMakefile.cxx | |
parent | 27110975c2fb8e579ab85cc2313d0e243fb81d37 (diff) | |
download | CMake-ddbc9e62929cba48ba520fe4184d2721db65ab53.zip CMake-ddbc9e62929cba48ba520fe4184d2721db65ab53.tar.gz CMake-ddbc9e62929cba48ba520fe4184d2721db65ab53.tar.bz2 |
ENH: remove cerr calls
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index dcb47f8..912b2fb 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -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"; } } |