From 2f068576357bf85e384107b1a9b93695b5957f0d Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 7 Aug 2007 16:26:59 -0400 Subject: COMP: also commit the header... Alex --- Source/cmFindPackageCommand.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v0.12