https://github.com/Kitware/CMake
Raw File
Tip revision: 0926ed1f69aee7fdb454e10d9b98016c3dfc4e7e authored by Brad King on 18 May 2023, 17:49:44 UTC
CMake 3.26.4
Tip revision: 0926ed1
CMAKE_SYSTEM_INCLUDE_PATH.rst
CMAKE_SYSTEM_INCLUDE_PATH
-------------------------

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