CMAKE_PROGRAM_PATH.rst 306 B

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