Should not be inherited.

This commit is contained in:
Berk Geveci 2001-07-02 14:03:45 -04:00
parent 44062bf4b7
commit 4e80d8e2b2
3 changed files with 0 additions and 21 deletions

View File

@ -34,13 +34,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.
*/

View File

@ -34,13 +34,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.
*/

View File

@ -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.
*/