diff options
Diffstat (limited to 'Source/cmSetCommand.h')
-rw-r--r-- | Source/cmSetCommand.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmSetCommand.h b/Source/cmSetCommand.h index 0556053..5253baf 100644 --- a/Source/cmSetCommand.h +++ b/Source/cmSetCommand.h @@ -42,12 +42,6 @@ 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;} - - /** * This determines if the command is invoked when in script mode. */ virtual bool IsScriptable() { return true; } |