summaryrefslogtreecommitdiff
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-07 16:26:59 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-08-07 16:26:59 -0400
commit2f068576357bf85e384107b1a9b93695b5957f0d (patch)
tree91b353fe2206edab0db5ca15ee08e58649337d8d /Source/cmFindPackageCommand.h
parent88bb17bee9cf6e75f75c8e4a611baa8e28d9a003 (diff)
downloadcmake-2f068576357bf85e384107b1a9b93695b5957f0d.tar.gz
COMP: also commit the header...
Alex
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r--Source/cmFindPackageCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h
index ad7e9d6743..e46b4c8b8a 100644
--- a/Source/cmFindPackageCommand.h
+++ b/Source/cmFindPackageCommand.h
@@ -93,6 +93,8 @@ public:
cmTypeMacro(cmFindPackageCommand, cmCommand);
private:
+ void AppendSuccessInformation(bool quiet);
+ void AppendToProperty(const char* propertyName);
bool FindModule(bool& found, bool quiet, bool required);
bool FindConfig();
std::string SearchForConfig() const;