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/cmBuildNameCommand.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Source/cmBuildNameCommand.h') diff --git a/Source/cmBuildNameCommand.h b/Source/cmBuildNameCommand.h index 79a1845930..1cd6369580 100644 --- a/Source/cmBuildNameCommand.h +++ b/Source/cmBuildNameCommand.h @@ -41,12 +41,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