summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r--Source/cmFindPackageCommand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h
index 3dc659e..73cb4a3 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.