Przeglądaj źródła

BUG: Fixed typo in new cmake-rerun code.

Brad King 19 lat temu
rodzic
commit
b613cf0be8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Source/cmMakefile.h

+ 1 - 1
Source/cmMakefile.h

@@ -534,7 +534,7 @@ public:
   const std::vector<std::string>& GetOutputFiles() const
   const std::vector<std::string>& GetOutputFiles() const
     { return this->OutputFiles; }
     { return this->OutputFiles; }
   void AddCMakeOutputFile(const char* file)
   void AddCMakeOutputFile(const char* file)
-    { this->ListFiles.push_back(file);}
+    { this->OutputFiles.push_back(file);}
   
   
   /**
   /**
    * Expand all defined variables in the string.  
    * Expand all defined variables in the string.