summaryrefslogtreecommitdiffstats
path: root/Source/cmProjectCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmProjectCommand.h')
-rw-r--r--Source/cmProjectCommand.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmProjectCommand.h b/Source/cmProjectCommand.h
index 0deeacb..dd4ae74 100644
--- a/Source/cmProjectCommand.h
+++ b/Source/cmProjectCommand.h
@@ -50,15 +50,6 @@ public:
virtual const char* GetName() {return "PROJECT";}
/**
- * This determines if the command gets propagated down
- * to makefiles located in subdirectories.
- */
- virtual bool IsInherited()
- {
- return true;
- }
-
- /**
* Succinct documentation.
*/
virtual const char* GetTerseDocumentation()