mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
Merge topic 'doc-debug-find-pkg-var'
8efd4b5378cmake::GetDebugFindPkgOutput: Use consistent argument name546922a57bHelp: Fix typo and improve docs for --debug-find-pkg|var options Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6977
This commit is contained in:
@@ -488,7 +488,7 @@ public:
|
||||
//! Do we want debug output from the find commands during the cmake run.
|
||||
bool GetDebugFindOutput() const { return this->DebugFindOutput; }
|
||||
bool GetDebugFindOutput(std::string const& var) const;
|
||||
bool GetDebugFindPkgOutput(std::string const& var) const;
|
||||
bool GetDebugFindPkgOutput(std::string const& pkg) const;
|
||||
void SetDebugFindOutput(bool b) { this->DebugFindOutput = b; }
|
||||
void SetDebugFindOutputPkgs(std::string const& args);
|
||||
void SetDebugFindOutputVars(std::string const& args);
|
||||
|
||||
Reference in New Issue
Block a user