diff options
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r-- | Source/cmIfCommand.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 1c9bef3..eff940a 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -72,6 +72,12 @@ public: } /** + * This determines if the command gets propagated down + * to makefiles located in subdirectories. + */ + virtual bool IsInherited() {return true;} + + /** * More documentation. */ virtual const char* GetFullDocumentation() |