mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
204b8d9f4e
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.
14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
find_file called with the following settings:.*
|
|
VAR: PrefixInPATH_INCLUDE_DIR
|
|
NAMES: \"PrefixInPATH\.h\"
|
|
Documentation.*
|
|
Framework.*
|
|
AppBundle.*
|
|
CMAKE_FIND_USE_CMAKE_PATH: 1
|
|
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
|
|
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
|
|
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1
|
|
|
|
find_file considered the following locations:.*
|
|
.*include/PrefixInPATH.*
|