diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-07 20:26:59 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-07 20:26:59 (GMT) |
commit | 2f068576357bf85e384107b1a9b93695b5957f0d (patch) | |
tree | 91b353fe2206edab0db5ca15ee08e58649337d8d /Source/cmFindPackageCommand.h | |
parent | 88bb17bee9cf6e75f75c8e4a611baa8e28d9a003 (diff) | |
download | CMake-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.h | 2 |
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; |