ENH: Made UTILITY_SOURCE command inherited, just like FIND_PROGRAM.

This commit is contained in:
Brad King 2001-03-09 11:33:33 -05:00
parent 2924befe14
commit f2cd113761
1 changed files with 6 additions and 0 deletions

View File

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