BUG: This command must be inherited.

This commit is contained in:
Brad King 2003-02-17 15:47:26 -05:00
parent 9ca8035fc6
commit 1c3680410b
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ public:
return new cmFindPackageCommand;
}
/** This command is inherited. */
virtual bool IsInherited() {return true;}
/**
* This is called when the command is first encountered in
* the CMakeLists.txt file.