CMAKE_FRAMEWORK_PATH.rst 562 B

123456789101112131415
  1. CMAKE_FRAMEWORK_PATH
  2. --------------------
  3. .. include:: ENV_VAR.txt
  4. The ``CMAKE_FRAMEWORK_PATH`` environment variable may be set to a list of
  5. directories to be searched for macOS frameworks by the :command:`find_library`,
  6. :command:`find_package`, :command:`find_path` and :command:`find_file` commands.
  7. This variable may hold a single directory or a list of directories separated
  8. by ``:`` on UNIX or ``;`` on Windows (the same as the ``PATH`` environment
  9. variable convention on those platforms).
  10. See also the :variable:`CMAKE_FRAMEWORK_PATH` CMake variable.