diff --git a/src/SPC/builder/unix/executor/UnixCMakeExecutor.php b/src/SPC/builder/unix/executor/UnixCMakeExecutor.php index 727607ab..5def0057 100644 --- a/src/SPC/builder/unix/executor/UnixCMakeExecutor.php +++ b/src/SPC/builder/unix/executor/UnixCMakeExecutor.php @@ -78,6 +78,7 @@ class UnixCMakeExecutor extends Executor public function toStep(int $step): static { $this->steps = $step; + return $this; } /**