1CMAKE_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 it 6is empty, it is intended to be set by the project. See also 7:variable:`CMAKE_SYSTEM_INCLUDE_PATH` and :variable:`CMAKE_PREFIX_PATH`. 8