diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 5543358..830894f 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -238,7 +238,6 @@ int cmake::Generate(const std::vector<std::string>& args) if(cmSystemTools::GetErrorOccuredFlag()) { - cmSystemTools::ResetErrorOccuredFlag(); return -1; } return 0; |