diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-11 22:00:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-11 22:00:38 (GMT) |
commit | 667a57d157e8b8cbac6220604f6577b424105c2a (patch) | |
tree | 845798cfb079d379769733b9bda0360e58324b0b /Source/cmake.cxx | |
parent | c0865937b1f6e795a67fcd77ae96675e7f303eeb (diff) | |
download | CMake-667a57d157e8b8cbac6220604f6577b424105c2a.zip CMake-667a57d157e8b8cbac6220604f6577b424105c2a.tar.gz CMake-667a57d157e8b8cbac6220604f6577b424105c2a.tar.bz2 |
minor fix in error checking
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; |