diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index ee29a6d..1acaf7c 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -21,6 +21,7 @@ #include "cmSystemTools.h" #include "cmMakefileGenerator.h" #include "cmCommands.h" +#include "cmCacheManager.h" // default is not to be building executables cmMakefile::cmMakefile() @@ -170,7 +171,6 @@ bool cmMakefile::ReadListFile(const char* filename) cmCommand* rm = (*pos).second; cmCommand* usedCommand = rm->Clone(); usedCommand->SetMakefile(this); - usedCommand->LoadCache(); bool keepCommand = false; if(usedCommand->GetEnabled()) { |