From 362ce0c32d019c799816a156e5ff87a0c65becc3 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 29 Dec 2003 16:35:32 -0500 Subject: sets variable now --- Source/cmEnableTestingCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmEnableTestingCommand.h') diff --git a/Source/cmEnableTestingCommand.h b/Source/cmEnableTestingCommand.h index 3bc5534c50..d03b218966 100644 --- a/Source/cmEnableTestingCommand.h +++ b/Source/cmEnableTestingCommand.h @@ -53,7 +53,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool InitialPass(std::vector const&) {return true;} + virtual bool InitialPass(std::vector const&); /** * This is called at the end after all the information -- cgit v1.2.1