From 1c3680410b307e8dd1e67619504448140d1c2059 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 17 Feb 2003 15:47:26 -0500 Subject: [PATCH] BUG: This command must be inherited. --- Source/cmFindPackageCommand.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h index 3dc659e46..73cb4a32f 100644 --- a/Source/cmFindPackageCommand.h +++ b/Source/cmFindPackageCommand.h @@ -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.