diff options
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 5cca930..5a2071c 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -323,7 +323,6 @@ bool cmMakefile::ReadListFile(const char* filename, const char* external) cmListFileCache::GetInstance()->GetFileCache(filenametoread); if(!lf) { - cmSystemTools::Error("error can not open file ", filenametoread); return false; } // add this list file to the list of dependencies |