From b613cf0be806cc1d37d2b590f1a5ba7898236ae8 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 11 Apr 2006 10:04:55 -0400 Subject: BUG: Fixed typo in new cmake-rerun code. --- Source/cmMakefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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& 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. -- cgit v0.12