Merge branch 'doc-osx-path-variables' into release

This commit is contained in:
Brad King
2014-03-10 10:24:16 -04:00
3 changed files with 13 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
CMAKE_APPBUNDLE_PATH
--------------------
Search path for OS X application bundles used by the :command:`find_program`,
and :command:`find_package` commands.
+6
View File
@@ -0,0 +1,6 @@
CMAKE_FRAMEWORK_PATH
--------------------
Search path for OS X frameworks used by the :command:`find_library`,
:command:`find_package`, :command:`find_path`, and :command:`find_file`
commands.