summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMake.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/QtDialog/QCMake.cxx')
-rw-r--r--Source/QtDialog/QCMake.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/QtDialog/QCMake.cxx b/Source/QtDialog/QCMake.cxx
index 5420d8d..6b3cb9f 100644
--- a/Source/QtDialog/QCMake.cxx
+++ b/Source/QtDialog/QCMake.cxx
@@ -252,7 +252,7 @@ void QCMake::configure()
this->CMakeInstance->PreLoadCMakeFiles();
InterruptFlag = 0;
- cmSystemTools::ResetErrorOccuredFlag();
+ cmSystemTools::ResetErrorOccurredFlag();
err = this->CMakeInstance->Configure();
@@ -277,7 +277,7 @@ void QCMake::generate()
#endif
InterruptFlag = 0;
- cmSystemTools::ResetErrorOccuredFlag();
+ cmSystemTools::ResetErrorOccurredFlag();
err = this->CMakeInstance->Generate();
@@ -297,7 +297,7 @@ void QCMake::open()
#endif
InterruptFlag = 0;
- cmSystemTools::ResetErrorOccuredFlag();
+ cmSystemTools::ResetErrorOccurredFlag();
auto successful =
this->CMakeInstance->Open(this->BinaryDirectory.toStdString(), false);