summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-11 22:00:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-06-11 22:00:38 (GMT)
commit667a57d157e8b8cbac6220604f6577b424105c2a (patch)
tree845798cfb079d379769733b9bda0360e58324b0b /Source/cmake.cxx
parentc0865937b1f6e795a67fcd77ae96675e7f303eeb (diff)
downloadCMake-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.cxx1
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;