mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
The find_package debug log messages are now easier to read when enabled by the `--debug-find` command-line option or `CMAKE_FIND_DEBUG_MODE` variable.
21 lines
915 B
Plaintext
21 lines
915 B
Plaintext
CMake Debug Log at FromPATHEnv.cmake:5 \(find_package\):
|
|
find_package considered the following paths for Resolved.cmake.*
|
|
.*/Modules/FindResolved.cmake.*
|
|
The file was not found.*
|
|
<PackageName>_ROOT CMake variable.*
|
|
CMAKE_PREFIX_PATH variable.*
|
|
CMAKE_FRAMEWORK_PATH and CMAKE_APPBUNDLE_PATH variables.*
|
|
Env variable Resolved_DIR.*
|
|
CMAKE_PREFIX_PATH env variable.*
|
|
Paths specified by the find_package HINTS option.*
|
|
Standard system environment variables.*
|
|
.*Tests/RunCMake/find_package/PackageRoot.*
|
|
CMake User Package Registry.*
|
|
CMake variables defined in the Platform file.*
|
|
CMake System Package Registry.*
|
|
Paths specified by the find_package PATHS option.*
|
|
find_package considered the following locations for the Config module:.*
|
|
.*Tests/RunCMake/find_package/PackageRoot/ResolvedConfig\.cmake.*
|
|
The file was found at.*
|
|
.*Tests/RunCMake/find_package/PackageRoot/ResolvedConfig\.cmake
|