summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-07 20:26:59 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-07 20:26:59 (GMT)
commit2f068576357bf85e384107b1a9b93695b5957f0d (patch)
tree91b353fe2206edab0db5ca15ee08e58649337d8d /Source/cmFindPackageCommand.h
parent88bb17bee9cf6e75f75c8e4a611baa8e28d9a003 (diff)
downloadCMake-2f068576357bf85e384107b1a9b93695b5957f0d.zip
CMake-2f068576357bf85e384107b1a9b93695b5957f0d.tar.gz
CMake-2f068576357bf85e384107b1a9b93695b5957f0d.tar.bz2
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 ad7e9d6..e46b4c8 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;