From 0e69d38004787f1d55eb7188cde4cf45e0a3957d Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 23 Jan 2008 10:28:26 -0500 Subject: ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class --- Source/cmBuildCommand.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/cmBuildCommand.cxx') diff --git a/Source/cmBuildCommand.cxx b/Source/cmBuildCommand.cxx index fd3760c5ef..9977b1d8d9 100644 --- a/Source/cmBuildCommand.cxx +++ b/Source/cmBuildCommand.cxx @@ -20,7 +20,8 @@ #include "cmGlobalGenerator.h" // cmBuildCommand -bool cmBuildCommand::InitialPass(std::vector const& args) +bool cmBuildCommand +::InitialPass(std::vector const& args, cmExecutionStatus &) { if(args.size() < 2 ) { -- cgit v1.2.1