mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 21:50:39 -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.
35 lines
895 B
CMake
35 lines
895 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0074-WARN)
|
|
run_cmake(CMP0074-OLD)
|
|
run_cmake(ComponentRequiredAndOptional)
|
|
run_cmake(FromPATHEnv)
|
|
run_cmake(FromPrefixPath)
|
|
run_cmake(MissingNormal)
|
|
run_cmake(MissingNormalRequired)
|
|
run_cmake(MissingNormalVersion)
|
|
run_cmake(MissingNormalWarnNoModuleOld)
|
|
run_cmake(MissingNormalWarnNoModuleNew)
|
|
run_cmake(MissingModule)
|
|
run_cmake(MissingModuleRequired)
|
|
run_cmake(MissingConfig)
|
|
run_cmake(MissingConfigDebug)
|
|
run_cmake(MissingConfigOneName)
|
|
run_cmake(MissingConfigRequired)
|
|
run_cmake(MissingConfigVersion)
|
|
run_cmake(MixedModeOptions)
|
|
run_cmake(PackageRoot)
|
|
run_cmake(PackageRootNestedConfig)
|
|
run_cmake(PackageRootNestedModule)
|
|
run_cmake(PolicyPush)
|
|
run_cmake(PolicyPop)
|
|
run_cmake(SetFoundFALSE)
|
|
run_cmake(WrongVersion)
|
|
run_cmake(WrongVersionConfig)
|
|
run_cmake(CMP0084-OLD)
|
|
run_cmake(CMP0084-WARN)
|
|
run_cmake(CMP0084-NEW)
|
|
if(UNIX)
|
|
run_cmake(SetFoundResolved)
|
|
endif()
|