mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
Autogen: Fix typo
This commit is contained in:
@@ -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 = "$<CONFIG>";
|
||||
autogenInfoFileConfig = "$<CONFIG>";
|
||||
} 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) {
|
||||
|
||||
Reference in New Issue
Block a user