2013-11-26 19:58:07 +01:00
|
|
|
CMAKE_FIND_ROOT_PATH
|
|
|
|
--------------------
|
|
|
|
|
2015-06-25 10:04:42 -04:00
|
|
|
:ref:`;-list <CMake Language Lists>` of root paths to search on the filesystem.
|
2013-11-26 19:58:07 +01:00
|
|
|
|
|
|
|
This variable is most useful when cross-compiling. CMake uses the paths in
|
2015-08-18 01:34:01 -04:00
|
|
|
this list as alternative roots to find filesystem items with
|
|
|
|
:command:`find_package`, :command:`find_library` etc.
|