CMAKE_FIND_ROOT_PATH.rst 314 B

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