diff options
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r-- | Source/cmFindPackageCommand.h | 2 |
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); |