mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
898216137a
These documents were represented in the builtin documentation using a common starting point with placeholders substituted by each command. Convert them back to this approach using the reStructuredText include directive and substitutions to avoid duplication.
25 lines
792 B
Plaintext
25 lines
792 B
Plaintext
On Darwin or systems supporting OS X Frameworks, the cmake variable
|
|
CMAKE_FIND_FRAMEWORK can be set to empty or one of the following:
|
|
|
|
* FIRST: Try to find frameworks before standard libraries or headers.
|
|
This is the default on Darwin.
|
|
|
|
* LAST: Try to find frameworks after standard libraries or headers.
|
|
|
|
* ONLY: Only try to find frameworks.
|
|
|
|
* NEVER: Never try to find frameworks.
|
|
|
|
On Darwin or systems supporting OS X Application Bundles, the cmake
|
|
variable CMAKE_FIND_APPBUNDLE 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.
|