summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-06-04 15:46:18 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-06-04 15:46:18 (GMT)
commit3154a6649a12711068e54405f70cb4b224b13443 (patch)
treeaa9379e81ea5283ab94a90efc345caa7dc622538 /Source/cmAddCustomCommandCommand.h
parent8d8ae14a8e1b5cb9aa32a0c5d56e1906a3d4c622 (diff)
downloadCMake-3154a6649a12711068e54405f70cb4b224b13443.zip
CMake-3154a6649a12711068e54405f70cb4b224b13443.tar.gz
CMake-3154a6649a12711068e54405f70cb4b224b13443.tar.bz2
command should nto be inherited
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r--Source/cmAddCustomCommandCommand.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h
index 21df1e9..f10b00b 100644
--- a/Source/cmAddCustomCommandCommand.h
+++ b/Source/cmAddCustomCommandCommand.h
@@ -46,12 +46,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;}
-
- /**
* The name of the command as specified in CMakeList.txt.
*/
virtual const char* GetName() {return "ADD_CUSTOM_COMMAND";}