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/cmFindLibraryCommand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/cmFindLibraryCommand.h') diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h index aa4e46cbf4..233f766a0d 100644 --- a/Source/cmFindLibraryCommand.h +++ b/Source/cmFindLibraryCommand.h @@ -43,7 +43,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); /** * This determines if the command is invoked when in script mode. -- cgit v1.2.1