diff options
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 8cc6f7a..1202835 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -748,7 +748,7 @@ int cmake::CMakeCommand(std::vector<std::string>& args) result = 1; } } - return 0; + return result; } #if defined(_WIN32) && !defined(__CYGWIN__) |