Should not be inherited.
This commit is contained in:
parent
44062bf4b7
commit
4e80d8e2b2
|
@ -34,13 +34,6 @@ public:
|
||||||
*/
|
*/
|
||||||
virtual void FinalPass();
|
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.
|
* The name of the command as specified in CMakeList.txt.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -34,13 +34,6 @@ public:
|
||||||
*/
|
*/
|
||||||
virtual void FinalPass();
|
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.
|
* The name of the command as specified in CMakeList.txt.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -35,13 +35,6 @@ public:
|
||||||
*/
|
*/
|
||||||
virtual void FinalPass();
|
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.
|
* The name of the command as specified in CMakeList.txt.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue