mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05: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:
@@ -174,7 +174,6 @@ private:
|
||||
bool UseFindModules;
|
||||
bool NoUserRegistry;
|
||||
bool NoSystemRegistry;
|
||||
bool DebugMode;
|
||||
bool UseLib32Paths;
|
||||
bool UseLib64Paths;
|
||||
bool UseLibx32Paths;
|
||||
|
||||
Reference in New Issue
Block a user