diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-23 07:25:03 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-30 21:14:19 (GMT) |
commit | 6708d21664baf3bab6f8af143c373de7af84bffc (patch) | |
tree | 470e4c0c61d1027d0602f4857dad182348c3e9b9 | |
parent | 0818737c851dce18a6da442ee73029b0de22ad56 (diff) | |
download | CMake-6708d21664baf3bab6f8af143c373de7af84bffc.zip CMake-6708d21664baf3bab6f8af143c373de7af84bffc.tar.gz CMake-6708d21664baf3bab6f8af143c373de7af84bffc.tar.bz2 |
cmMakefile: Remove IncludeScope Quiet call.
-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 d6cf104..b21e441 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -591,7 +591,6 @@ bool cmMakefile::ReadDependentFile(const char* filename, bool noPolicyScope) cmListFile listFile; if (!listFile.ParseFile(filenametoread.c_str(), false, this)) { - incScope.Quiet(); return false; } this->ReadListFile(listFile, filenametoread); |