BUG: This command must be inherited.
This commit is contained in:
parent
9ca8035fc6
commit
1c3680410b
|
@ -36,6 +36,9 @@ public:
|
||||||
return new cmFindPackageCommand;
|
return new cmFindPackageCommand;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** This command is inherited. */
|
||||||
|
virtual bool IsInherited() {return true;}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is called when the command is first encountered in
|
* This is called when the command is first encountered in
|
||||||
* the CMakeLists.txt file.
|
* the CMakeLists.txt file.
|
||||||
|
|
Loading…
Reference in New Issue