summaryrefslogtreecommitdiffstats
path: root/Help/command/FIND_XXX_MAC.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-01 16:37:02 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-16 13:22:38 (GMT)
commit898216137a184940867a1678b07ca8470b2d7b85 (patch)
tree9609a6314708675177dfe3c48ba19f64f0b8e640 /Help/command/FIND_XXX_MAC.txt
parent30b21860adaefa7493262c41f0b95b4065d46aa3 (diff)
downloadCMake-898216137a184940867a1678b07ca8470b2d7b85.zip
CMake-898216137a184940867a1678b07ca8470b2d7b85.tar.gz
CMake-898216137a184940867a1678b07ca8470b2d7b85.tar.bz2
Help: Factor out find_* command duplication
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.
Diffstat (limited to 'Help/command/FIND_XXX_MAC.txt')
-rw-r--r--Help/command/FIND_XXX_MAC.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/Help/command/FIND_XXX_MAC.txt b/Help/command/FIND_XXX_MAC.txt
new file mode 100644
index 0000000..eb3900c
--- /dev/null
+++ b/Help/command/FIND_XXX_MAC.txt
@@ -0,0 +1,24 @@
+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.