CMAKE_SYSTEM_FRAMEWORK_PATH.rst 381 B

12345678
  1. CMAKE_SYSTEM_FRAMEWORK_PATH
  2. ---------------------------
  3. Search path for OS X frameworks used by the :command:`find_library`,
  4. :command:`find_package`, :command:`find_path`, and :command:`find_file`
  5. commands. By default it contains the standard directories for the
  6. current system. It is *not* intended to be modified by the project,
  7. use :variable:`CMAKE_FRAMEWORK_PATH` for this.