From 2b0f71f10010de3e8fe5ca16c0b60cc9196c501a Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 30 Apr 2003 07:32:30 -0400 Subject: ERR: Run should return a value --- Source/cmake.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake.h b/Source/cmake.h index 376a71d..53f2b07 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -120,7 +120,7 @@ class cmake * Handle a command line invocation of cmake. */ int Run(const std::vector&args) - { this->Run(args, false); } + { return this->Run(args, false); } int Run(const std::vector&args, bool noconfigure); /** -- cgit v0.12