浏览代码

BUG: Fixed typo in new cmake-rerun code.

Brad King 19 年之前
父节点
当前提交
b613cf0be8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmMakefile.h

+ 1 - 1
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.