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/cmIncludeExternalMSProjectCommand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/cmIncludeExternalMSProjectCommand.h') diff --git a/Source/cmIncludeExternalMSProjectCommand.h b/Source/cmIncludeExternalMSProjectCommand.h index 780ab04bf5..c8b7e36f1f 100644 --- a/Source/cmIncludeExternalMSProjectCommand.h +++ b/Source/cmIncludeExternalMSProjectCommand.h @@ -41,7 +41,8 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool InitialPass(std::vector const& args); + virtual bool InitialPass(std::vector const& args, + cmExecutionStatus &status); /** * The name of the command as specified in CMakeList.txt. -- cgit v1.2.1