BUG: Command should be inherited.

This commit is contained in:
Brad King 2003-03-19 10:16:57 -05:00
parent 60976ebe04
commit 33d55456c3
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ public:
*/
virtual bool InitialPass(std::vector<std::string> 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.
*/