diff --git a/Source/cmUtilitySourceCommand.h b/Source/cmUtilitySourceCommand.h index 6fced254e..588d31499 100644 --- a/Source/cmUtilitySourceCommand.h +++ b/Source/cmUtilitySourceCommand.h @@ -45,6 +45,12 @@ public: */ virtual bool Invoke(std::vector& 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. */