diff options
Diffstat (limited to 'Source/cmEnableLanguageCommand.h')
-rw-r--r-- | Source/cmEnableLanguageCommand.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmEnableLanguageCommand.h b/Source/cmEnableLanguageCommand.h index 2d8106c..b8965ab 100644 --- a/Source/cmEnableLanguageCommand.h +++ b/Source/cmEnableLanguageCommand.h @@ -50,15 +50,6 @@ public: virtual const char* GetName() {return "ENABLE_LANGUAGE";} /** - * This determines if the command gets propagated down - * to makefiles located in subdirectories. - */ - virtual bool IsInherited() - { - return true; - } - - /** * Succinct documentation. */ virtual const char* GetTerseDocumentation() |