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