CMAKE_SYSTEM_IGNORE_PATH.rst 731 B

123456789101112131415
  1. CMAKE_SYSTEM_IGNORE_PATH
  2. ------------------------
  3. Path to be ignored by FIND_XXX() commands.
  4. Specifies directories to be ignored by searches in FIND_XXX()
  5. commands. This is useful in cross-compiled environments where some
  6. system directories contain incompatible but possibly linkable
  7. libraries. For example, on cross-compiled cluster environments, this
  8. allows a user to ignore directories containing libraries meant for the
  9. front-end machine that modules like FindX11 (and others) would
  10. normally search. By default this contains a list of directories
  11. containing incompatible binaries for the host system. See also
  12. CMAKE_SYSTEM_PREFIX_PATH, CMAKE_SYSTEM_LIBRARY_PATH,
  13. CMAKE_SYSTEM_INCLUDE_PATH, and CMAKE_SYSTEM_PROGRAM_PATH.