mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
presets: Inherit 'quiet' property for test presets
This was missed in the original implementation.
This commit is contained in:
@@ -1278,6 +1278,7 @@ cmCMakePresetsFile::TestPreset::VisitPresetInherit(
|
||||
InheritOptionalValue(output.Debug, parentOutput.Debug);
|
||||
InheritOptionalValue(output.OutputOnFailure,
|
||||
parentOutput.OutputOnFailure);
|
||||
InheritOptionalValue(output.Quiet, parentOutput.Quiet);
|
||||
InheritString(output.OutputLogFile, parentOutput.OutputLogFile);
|
||||
InheritOptionalValue(output.LabelSummary, parentOutput.LabelSummary);
|
||||
InheritOptionalValue(output.SubprojectSummary,
|
||||
|
||||
Reference in New Issue
Block a user