diff options
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r-- | Source/cmFindPackageCommand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h index 8a90a1d..144941d 100644 --- a/Source/cmFindPackageCommand.h +++ b/Source/cmFindPackageCommand.h @@ -35,9 +35,6 @@ 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. |