From be66f58157334bf963d7970b7424020653d8f0a3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 11 Dec 2002 18:15:30 -0500 Subject: [PATCH] ERR: Dummy InitialPass implementation must return a value. --- Source/cmEndForEachCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmEndForEachCommand.h b/Source/cmEndForEachCommand.h index e2501778c..06a40fce0 100644 --- a/Source/cmEndForEachCommand.h +++ b/Source/cmEndForEachCommand.h @@ -46,7 +46,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool InitialPass(std::vector const&) {} + virtual bool InitialPass(std::vector const&) {return false;} /** * This determines if the command gets propagated down