summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-02-17 20:47:26 (GMT)
committerBrad King <brad.king@kitware.com>2003-02-17 20:47:26 (GMT)
commit1c3680410b307e8dd1e67619504448140d1c2059 (patch)
tree6dec96987dd4b8081d1ec441d4071292d7863f6f /Source/cmFindPackageCommand.h
parent9ca8035fc69419daecf46723f742a618245c2309 (diff)
downloadCMake-1c3680410b307e8dd1e67619504448140d1c2059.zip
CMake-1c3680410b307e8dd1e67619504448140d1c2059.tar.gz
CMake-1c3680410b307e8dd1e67619504448140d1c2059.tar.bz2
BUG: This command must be inherited.
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.