CMAKE_SYSTEM_INCLUDE_PATH.rst 415 B

12345678
  1. CMAKE_SYSTEM_INCLUDE_PATH
  2. -------------------------
  3. :ref:`;-list <CMake Language Lists>` of directories specifying a search path
  4. for the :command:`find_file` and :command:`find_path` commands. By default
  5. this contains the standard directories for the current system. It is *not*
  6. intended to be modified by the project; use :variable:`CMAKE_INCLUDE_PATH` for
  7. this. See also :variable:`CMAKE_SYSTEM_PREFIX_PATH`.