diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2001-07-02 18:03:45 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2001-07-02 18:03:45 (GMT) |
commit | 4e80d8e2b2f7f36e0b4a5c3ba180aec7dc65abc2 (patch) | |
tree | 8750ca00350914aa8fd2178837f25cbbaa713ccb | |
parent | 44062bf4b7862aacb7c14846d36567f6ec76b4aa (diff) | |
download | CMake-4e80d8e2b2f7f36e0b4a5c3ba180aec7dc65abc2.zip CMake-4e80d8e2b2f7f36e0b4a5c3ba180aec7dc65abc2.tar.gz CMake-4e80d8e2b2f7f36e0b4a5c3ba180aec7dc65abc2.tar.bz2 |
Should not be inherited.
-rw-r--r-- | Source/cmVTKWrapJavaCommand.h | 7 | ||||
-rw-r--r-- | Source/cmVTKWrapPythonCommand.h | 7 | ||||
-rw-r--r-- | Source/cmVTKWrapTclCommand.h | 7 |
3 files changed, 0 insertions, 21 deletions
diff --git a/Source/cmVTKWrapJavaCommand.h b/Source/cmVTKWrapJavaCommand.h index 0d10448..31bd2a5 100644 --- a/Source/cmVTKWrapJavaCommand.h +++ b/Source/cmVTKWrapJavaCommand.h @@ -35,13 +35,6 @@ public: virtual void FinalPass(); /** - * 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 "VTK_WRAP_JAVA";} diff --git a/Source/cmVTKWrapPythonCommand.h b/Source/cmVTKWrapPythonCommand.h index 68a417a..dcc713c 100644 --- a/Source/cmVTKWrapPythonCommand.h +++ b/Source/cmVTKWrapPythonCommand.h @@ -35,13 +35,6 @@ public: virtual void FinalPass(); /** - * 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 "VTK_WRAP_PYTHON";} diff --git a/Source/cmVTKWrapTclCommand.h b/Source/cmVTKWrapTclCommand.h index 9c62726..65f9774 100644 --- a/Source/cmVTKWrapTclCommand.h +++ b/Source/cmVTKWrapTclCommand.h @@ -36,13 +36,6 @@ public: virtual void FinalPass(); /** - * 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 "VTK_WRAP_TCL";} |