https://github.com/Kitware/CMake
Raw File
Tip revision: 948d5d18fd6deed24ede54cb0e3b017511f99559 authored by Brad King on 26 February 2014, 15:32:56 UTC
Merge branch 'fix-find_dependency-macro' into release
Tip revision: 948d5d1
CMAKE_FIND_ROOT_PATH.rst
CMAKE_FIND_ROOT_PATH
--------------------

List of root paths to search on the filesystem.

This variable is most useful when cross-compiling. CMake uses the paths in
this list as alternative roots to find filesystem items with :command:`find_package`,
:command:`find_library` etc.
back to top