https://github.com/Kitware/CMake
Raw File
Tip revision: c118816d44e178e4364a0c32aaece81a14511237 authored by Brad King on 15 December 2014, 16:08:08 UTC
CMake 3.1.0
Tip revision: c118816
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