diff options
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 1b80959..189bce6 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -534,7 +534,7 @@ public: const std::vector<std::string>& GetOutputFiles() const { return this->OutputFiles; } void AddCMakeOutputFile(const char* file) - { this->ListFiles.push_back(file);} + { this->OutputFiles.push_back(file);} /** * Expand all defined variables in the string. |