mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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.
29 lines
792 B
Plaintext
29 lines
792 B
Plaintext
find_program called with the following settings:.*
|
|
VAR: PROG
|
|
NAMES: \"testAandB\"
|
|
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_program considered the following locations:.*
|
|
The item was found at.*
|
|
.*testAandB
|
|
.*
|
|
find_program called with the following settings:.*
|
|
VAR: PROG
|
|
NAMES: \"testAandB\"
|
|
Documentation.*
|
|
Framework.*
|
|
AppBundle.*
|
|
CMAKE_FIND_USE_CMAKE_PATH: 1
|
|
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
|
|
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 0
|
|
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1
|
|
|
|
find_program considered the following locations:.*
|
|
The item was not found.*
|