1CMAKE_PROGRAM_PATH 2------------------ 3 4:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path 5for the :command:`find_program` command. By default it is empty, it is 6intended to be set by the project. See also 7:variable:`CMAKE_SYSTEM_PROGRAM_PATH` and :variable:`CMAKE_PREFIX_PATH`. 8