mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
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:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user