summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog
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/MFCDialog
parentc0865937b1f6e795a67fcd77ae96675e7f303eeb (diff)
downloadCMake-667a57d157e8b8cbac6220604f6577b424105c2a.zip
CMake-667a57d157e8b8cbac6220604f6577b424105c2a.tar.gz
CMake-667a57d157e8b8cbac6220604f6577b424105c2a.tar.bz2
minor fix in error checking
Diffstat (limited to 'Source/MFCDialog')
-rw-r--r--Source/MFCDialog/CMakeSetupDialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.cpp b/Source/MFCDialog/CMakeSetupDialog.cpp
index cddc3d1..1bebff3 100644
--- a/Source/MFCDialog/CMakeSetupDialog.cpp
+++ b/Source/MFCDialog/CMakeSetupDialog.cpp
@@ -423,6 +423,7 @@ void CMakeSetupDialog::OnBuildProjects()
{
cmSystemTools::Error(
"Error in generation process, project files may be invalid");
+ cmSystemTools::ResetErrorOccuredFlag();
}
// update the GUI with any new values in the caused by the
// generation process