1CMAKE_FIND_ROOT_PATH 2-------------------- 3 4:ref:`Semicolon-separated list <CMake Language Lists>` of root paths to search on the filesystem. 5 6This variable is most useful when cross-compiling. CMake uses the paths in 7this list as alternative roots to find filesystem items with 8:command:`find_package`, :command:`find_library` etc. 9