From 345cf0401235a1fd64bb9b1c353e0e3fc848d666 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 18 Mar 2005 10:41:41 -0500 Subject: ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings --- Source/cmRemoveDefinitionsCommand.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Source/cmRemoveDefinitionsCommand.h') diff --git a/Source/cmRemoveDefinitionsCommand.h b/Source/cmRemoveDefinitionsCommand.h index ac1c75c9bf..531c223b66 100644 --- a/Source/cmRemoveDefinitionsCommand.h +++ b/Source/cmRemoveDefinitionsCommand.h @@ -42,12 +42,6 @@ public: */ virtual bool InitialPass(std::vector const& args); - /** - * This determines if the command gets propagated down - * to makefiles located in subdirectories. - */ - virtual bool IsInherited() {return true;} - /** * The name of the command as specified in CMakeList.txt. */ -- cgit v1.2.1