summaryrefslogtreecommitdiffstats
path: root/Source/cmEndForEachCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-12-11 23:15:30 (GMT)
committerBrad King <brad.king@kitware.com>2002-12-11 23:15:30 (GMT)
commitbe66f58157334bf963d7970b7424020653d8f0a3 (patch)
tree9edc0b01bf221c7f16ee5c5cd9027b42d070caef /Source/cmEndForEachCommand.h
parent4888c088ae0ca829862e8b2f9568abca12dc34d1 (diff)
downloadCMake-be66f58157334bf963d7970b7424020653d8f0a3.zip
CMake-be66f58157334bf963d7970b7424020653d8f0a3.tar.gz
CMake-be66f58157334bf963d7970b7424020653d8f0a3.tar.bz2
ERR: Dummy InitialPass implementation must return a value.
Diffstat (limited to 'Source/cmEndForEachCommand.h')
-rw-r--r--Source/cmEndForEachCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndForEachCommand.h b/Source/cmEndForEachCommand.h
index e250177..06a40fc 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<std::string> const&) {}
+ virtual bool InitialPass(std::vector<std::string> const&) {return false;}
/**
* This determines if the command gets propagated down