cmake/Help/variable/CMAKE_FIND_APPBUNDLE.rst

25 lines
606 B
ReStructuredText
Raw Normal View History

2015-11-17 17:22:37 +01:00
CMAKE_FIND_APPBUNDLE
--------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.4
2015-11-17 17:22:37 +01:00
This variable affects how ``find_*`` commands choose between
2018-10-28 12:09:07 +01:00
macOS Application Bundles and unix-style package components.
2015-11-17 17:22:37 +01:00
2018-10-28 12:09:07 +01:00
On Darwin or systems supporting macOS Application Bundles, the
2015-11-17 17:22:37 +01:00
``CMAKE_FIND_APPBUNDLE`` variable can be set to empty or
one of the following:
``FIRST``
Try to find application bundles before standard programs.
This is the default on Darwin.
``LAST``
Try to find application bundles after standard programs.
``ONLY``
Only try to find application bundles.
``NEVER``
Never try to find application bundles.