summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-07-24 15:32:41 (GMT)
committerBrad King <brad.king@kitware.com>2003-07-24 15:32:41 (GMT)
commit78367fbc1b52b157961ec3bd9af4de760b4683b5 (patch)
treed020139ea303b26319e25cb6e21e6a9fb3e832c3 /Source/cmFindPackageCommand.h
parent185c82b6adbf8f7186ff63eea27e06ed319aaa6e (diff)
downloadCMake-78367fbc1b52b157961ec3bd9af4de760b4683b5.zip
CMake-78367fbc1b52b157961ec3bd9af4de760b4683b5.tar.gz
CMake-78367fbc1b52b157961ec3bd9af4de760b4683b5.tar.bz2
ENH: Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting in FindFOO.cmake module that is found.
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r--Source/cmFindPackageCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h
index f559ee9..4c2cb1a 100644
--- a/Source/cmFindPackageCommand.h
+++ b/Source/cmFindPackageCommand.h
@@ -86,7 +86,7 @@ public:
cmTypeMacro(cmFindPackageCommand, cmCommand);
private:
- bool FindModule(bool& found);
+ bool FindModule(bool& found, bool quiet);
bool FindConfig();
std::string SearchForConfig() const;
bool ReadListFile(const char* f);