mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
cmScriptGenerator: remove unnecessary endif arguments
This commit is contained in:
@@ -133,7 +133,7 @@ void cmScriptGenerator::GenerateScriptActionsOnce(std::ostream& os,
|
||||
std::string config_test = this->CreateConfigTest(this->Configurations);
|
||||
os << indent << "if(" << config_test << ")\n";
|
||||
this->GenerateScriptActions(os, indent.Next());
|
||||
os << indent << "endif(" << config_test << ")\n";
|
||||
os << indent << "endif()\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user