2014-08-03 19:52:23 +02:00
|
|
|
CMAKE_FRAMEWORK_PATH
|
|
|
|
--------------------
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
2018-10-28 12:09:07 +01:00
|
|
|
for macOS frameworks used by the :command:`find_library`,
|
2014-08-03 19:52:23 +02:00
|
|
|
:command:`find_package`, :command:`find_path`, and :command:`find_file`
|
|
|
|
commands.
|
2023-07-02 19:51:09 +02:00
|
|
|
|
|
|
|
There is also an environment variable :envvar:`CMAKE_FRAMEWORK_PATH`, which is used
|
|
|
|
as an additional list of search directories.
|