mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
BUG: Fixed typo in new cmake-rerun code.
This commit is contained in:
parent
47d9021b66
commit
b613cf0be8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user