diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-11-26 18:58:07 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-11-27 12:21:12 (GMT) |
commit | 3e3f8b456f5d205d0f5126df80950903c4bd4412 (patch) | |
tree | 0e89db88305ab96621aa5c7aa145de7267334fdb /Help/command/find_program.rst | |
parent | 531c108da1472cde387506172588ddd7e66b4e1d (diff) | |
download | CMake-3e3f8b456f5d205d0f5126df80950903c4bd4412.zip CMake-3e3f8b456f5d205d0f5126df80950903c4bd4412.tar.gz CMake-3e3f8b456f5d205d0f5126df80950903c4bd4412.tar.bz2 |
Help: Document the CMAKE_FIND_ROOT_PATH* variables.
Add a replacement template for the variables, and link to them from
the documentation for the find_* commands.
Diffstat (limited to 'Help/command/find_program.rst')
-rw-r--r-- | Help/command/find_program.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/find_program.rst b/Help/command/find_program.rst index da5a41d..c62a8a5 100644 --- a/Help/command/find_program.rst +++ b/Help/command/find_program.rst @@ -20,6 +20,6 @@ find_program .. |CMAKE_SYSTEM_XXX_MAC_PATH| replace:: CMAKE_SYSTEM_APPBUNDLE_PATH .. |CMAKE_FIND_ROOT_PATH_MODE_XXX| replace:: - CMAKE_FIND_ROOT_PATH_MODE_PROGRAM + :variable:`CMAKE_FIND_ROOT_PATH_MODE_PROGRAM` .. include:: FIND_XXX.txt |