mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
find_*: Use debug logging infrastructure
Teach the find_package, find_library, find_program, find_path, and find_file commands to print debug log messages when enabled by the `--debug-find` command-line option or `CMAKE_FIND_DEBUG_MODE` variable.
This commit is contained in:
@@ -32,8 +32,8 @@ private:
|
||||
std::string FindHeaderInFramework(std::string const& file,
|
||||
std::string const& dir);
|
||||
std::string FindHeader();
|
||||
std::string FindNormalHeader();
|
||||
std::string FindFrameworkHeader();
|
||||
std::string FindNormalHeader(cmFindBaseDebugState& debug);
|
||||
std::string FindFrameworkHeader(cmFindBaseDebugState& debug);
|
||||
};
|
||||
|
||||
bool cmFindPath(std::vector<std::string> const& args,
|
||||
|
||||
Reference in New Issue
Block a user