diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h index 8123b678b..7be05db6a 100644 --- a/Source/cmStringCommand.h +++ b/Source/cmStringCommand.h @@ -41,6 +41,12 @@ 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. */