mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
Presets: Remove duplicated call to ComputePresetsInheritance()
19305afd8a (presets: Improve JSON parser and error messages,
2023-03-22) mistakenly duplicated the call to
ComputePresetsInheritance() for configure presets. Undo that
errant duplication by removing the extra call.
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