CMake/Tests/RunCMake/find_path
Robert Maynard 204b8d9f4e 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.
2019-12-19 08:09:49 -05:00
..
Frameworks/Foo.framework/Headers/Some/Dir
include
CMakeLists.txt
EmptyOldStyle-stdout.txt
EmptyOldStyle.cmake
FrameworksWithSubdirs-stdout.txt
FrameworksWithSubdirs.cmake
FromPATHEnv-stderr.txt find_*: Use debug logging infrastructure 2019-12-19 08:09:49 -05:00
FromPATHEnv-stdout-cygwin.txt
FromPATHEnv-stdout-windows.txt
FromPATHEnv-stdout.txt
FromPATHEnv.cmake find_*: Use debug logging infrastructure 2019-12-19 08:09:49 -05:00
PrefixInPATH-stdout-cygwin.txt
PrefixInPATH-stdout-windows.txt
PrefixInPATH-stdout.txt
PrefixInPATH.cmake
RunCMakeTest.cmake