mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
ERR: Run should return a value
This commit is contained in:
parent
b216ced444
commit
2b0f71f100
@ -120,7 +120,7 @@ class cmake
|
||||
* Handle a command line invocation of cmake.
|
||||
*/
|
||||
int Run(const std::vector<std::string>&args)
|
||||
{ this->Run(args, false); }
|
||||
{ return this->Run(args, false); }
|
||||
int Run(const std::vector<std::string>&args, bool noconfigure);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user