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