summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioVersionedGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-14 11:34:25 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-06-14 11:34:32 (GMT)
commit93812f95c6cc2e4bc693b7f34b8684ba85d5cb82 (patch)
treed55d5dc05616bfe354df860269284114a2510d82 /Source/cmGlobalVisualStudioVersionedGenerator.cxx
parenta491edd54f1e6ae74a1f047bae6bb81b68d7ae2e (diff)
parent98a10290a854a78cbe0a804a3d69313acd6f4339 (diff)
downloadCMake-93812f95c6cc2e4bc693b7f34b8684ba85d5cb82.zip
CMake-93812f95c6cc2e4bc693b7f34b8684ba85d5cb82.tar.gz
CMake-93812f95c6cc2e4bc693b7f34b8684ba85d5cb82.tar.bz2
Merge topic 'spelling-occurred'
98a10290a8 cmSystemTools: Fix 'ErrorOccurred' spelling Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7353
Diffstat (limited to 'Source/cmGlobalVisualStudioVersionedGenerator.cxx')
-rw-r--r--Source/cmGlobalVisualStudioVersionedGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioVersionedGenerator.cxx b/Source/cmGlobalVisualStudioVersionedGenerator.cxx
index 1c05d36..fb76f7a 100644
--- a/Source/cmGlobalVisualStudioVersionedGenerator.cxx
+++ b/Source/cmGlobalVisualStudioVersionedGenerator.cxx
@@ -885,7 +885,7 @@ cmGlobalVisualStudioVersionedGenerator::FindMSBuildCommandEarly(cmMakefile* mf)
{
std::string instance = mf->GetSafeDefinition("CMAKE_GENERATOR_INSTANCE");
if (!this->SetGeneratorInstance(instance, mf)) {
- cmSystemTools::SetFatalErrorOccured();
+ cmSystemTools::SetFatalErrorOccurred();
return {};
}
return this->cmGlobalVisualStudio14Generator::FindMSBuildCommandEarly(mf);