Merge topic 'compute-configure-preset-inheritance-duplicated'

9a18ca3a31 Presets: Remove duplicated call to ComputePresetsInheritance()

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Martin Duffy <martin.duffy@kitware.com>
Merge-request: !10193
This commit is contained in:
Brad King
2025-01-21 14:19:16 +00:00
committed by Kitware Robot
-1
View File
@@ -1090,7 +1090,6 @@ bool cmCMakePresetsGraph::ReadProjectPresetsInternal(bool allowNoFiles)
}
bool result = ComputePresetInheritance(this->ConfigurePresets, *this) &&
ComputePresetInheritance(this->ConfigurePresets, *this) &&
ComputePresetInheritance(this->BuildPresets, *this) &&
ComputePresetInheritance(this->TestPresets, *this) &&
ComputePresetInheritance(this->PackagePresets, *this) &&