From 6d54c368599e379208f8f8e057a1724ac785d151 Mon Sep 17 00:00:00 2001 From: Orkun Tokdemir Date: Wed, 14 Jun 2023 17:32:02 +0200 Subject: Autogen: Fix typo --- Source/cmQtAutoGenInitializer.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/cmQtAutoGenInitializer.cxx b/Source/cmQtAutoGenInitializer.cxx index b1d90ee..6ba5116 100644 --- a/Source/cmQtAutoGenInitializer.cxx +++ b/Source/cmQtAutoGenInitializer.cxx @@ -1240,15 +1240,15 @@ bool cmQtAutoGenInitializer::InitAutogenTarget() bool constexpr stdPipesUTF8 = true; cmCustomCommandLines commandLines; if (this->Makefile->GetSafeDefinition("CMAKE_CROSS_CONFIGS").empty()) { - std::string autugenInfoFileconfig; + std::string autogenInfoFileConfig; if (this->MultiConfig) { - autugenInfoFileconfig = "$"; + autogenInfoFileConfig = "$"; } else { - autugenInfoFileconfig = configs[0]; + autogenInfoFileConfig = configs[0]; } commandLines.push_back(cmMakeCommandLine( { cmSystemTools::GetCMakeCommand(), "-E", "cmake_autogen", - this->AutogenTarget.InfoFile, autugenInfoFileconfig })); + this->AutogenTarget.InfoFile, autogenInfoFileConfig })); } else { for (auto const& config : configs) { -- cgit v0.12