mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
cmExecutionStatus: Remove arguments from setters
The setters are only used to set boolean values. The values are never reset individually.
This commit is contained in:
@@ -126,7 +126,7 @@ bool cmFunctionHelperCommand::InvokeInitialPass(
|
||||
// The error message should have already included the call stack
|
||||
// so we do not need to report an error here.
|
||||
functionScope.Quiet();
|
||||
inStatus.SetNestedError(true);
|
||||
inStatus.SetNestedError();
|
||||
return false;
|
||||
}
|
||||
if (status.GetReturnInvoked()) {
|
||||
|
||||
Reference in New Issue
Block a user