CMAKE_SYSTEM_INCLUDE_PATH.rst 494 B

1234567891011
  1. CMAKE_SYSTEM_INCLUDE_PATH
  2. -------------------------
  3. Path used for searching by FIND_FILE() and FIND_PATH().
  4. Specifies a path which will be used both by FIND_FILE() and
  5. FIND_PATH(). Both commands will check each of the contained
  6. directories for the existence of the file which is currently searched.
  7. By default it contains the standard directories for the current
  8. system. It is NOT intended to be modified by the project, use
  9. CMAKE_INCLUDE_PATH for this. See also CMAKE_SYSTEM_PREFIX_PATH.