Selaa lähdekoodia

Autogen: Fix typo

Orkun Tokdemir 2 vuotta sitten
vanhempi
sitoutus
6d54c36859
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      Source/cmQtAutoGenInitializer.cxx

+ 4 - 4
Source/cmQtAutoGenInitializer.cxx

@@ -1240,15 +1240,15 @@ bool cmQtAutoGenInitializer::InitAutogenTarget()
   bool constexpr stdPipesUTF8 = true;
   bool constexpr stdPipesUTF8 = true;
   cmCustomCommandLines commandLines;
   cmCustomCommandLines commandLines;
   if (this->Makefile->GetSafeDefinition("CMAKE_CROSS_CONFIGS").empty()) {
   if (this->Makefile->GetSafeDefinition("CMAKE_CROSS_CONFIGS").empty()) {
-    std::string autugenInfoFileconfig;
+    std::string autogenInfoFileConfig;
     if (this->MultiConfig) {
     if (this->MultiConfig) {
-      autugenInfoFileconfig = "$<CONFIG>";
+      autogenInfoFileConfig = "$<CONFIG>";
     } else {
     } else {
-      autugenInfoFileconfig = configs[0];
+      autogenInfoFileConfig = configs[0];
     }
     }
     commandLines.push_back(cmMakeCommandLine(
     commandLines.push_back(cmMakeCommandLine(
       { cmSystemTools::GetCMakeCommand(), "-E", "cmake_autogen",
       { cmSystemTools::GetCMakeCommand(), "-E", "cmake_autogen",
-        this->AutogenTarget.InfoFile, autugenInfoFileconfig }));
+        this->AutogenTarget.InfoFile, autogenInfoFileConfig }));
 
 
   } else {
   } else {
     for (auto const& config : configs) {
     for (auto const& config : configs) {