summaryrefslogtreecommitdiffstats
path: root/Source/cmReturnCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmReturnCommand.cxx')
-rw-r--r--Source/cmReturnCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmReturnCommand.cxx b/Source/cmReturnCommand.cxx
index f8b3129..ceea8b4 100644
--- a/Source/cmReturnCommand.cxx
+++ b/Source/cmReturnCommand.cxx
@@ -8,6 +8,6 @@
bool cmReturnCommand::InitialPass(std::vector<std::string> const&,
cmExecutionStatus& status)
{
- status.SetReturnInvoked(true);
+ status.SetReturnInvoked();
return true;
}