diff options
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 52197ce..f309005 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -226,7 +226,7 @@ void cmake::ReadListFile(const char *path) { cmLocalGenerator *lg = gg->CreateLocalGenerator(); lg->SetGlobalGenerator(gg); - if (!lg->GetMakefile()->ReadListFile(path)) + if (!lg->GetMakefile()->ReadListFile(0, path)) { std::cerr << "Error in reading cmake initial cache file:" << path << "\n"; |