[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5315-g9311aab
Stephen Kelly
steveire at gmail.com
Mon Nov 18 13:31:08 EST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 9311aab1329c801c2955d0e1118c03f1b5bcfb13 (commit)
via b1ac72b00da95299c356b56ffe9a8b2ae02aa7ca (commit)
from b951072536de313ccc716bec889e0a868a3ff8f4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9311aab1329c801c2955d0e1118c03f1b5bcfb13
commit 9311aab1329c801c2955d0e1118c03f1b5bcfb13
Merge: b951072 b1ac72b
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 18 13:31:05 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 18 13:31:05 2013 -0500
Merge topic 'cross-compiling-toolchain-variables' into next
b1ac72b Document when the CMAKE_STAGING_PREFIX is searched.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b1ac72b00da95299c356b56ffe9a8b2ae02aa7ca
commit b1ac72b00da95299c356b56ffe9a8b2ae02aa7ca
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 18 19:29:45 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Nov 18 19:29:45 2013 +0100
Document when the CMAKE_STAGING_PREFIX is searched.
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst
index c394a08..8b4747b 100644
--- a/Help/command/find_package.rst
+++ b/Help/command/find_package.rst
@@ -317,6 +317,9 @@ registry on non-Windows platforms.
9. Search paths specified by the PATHS option. These are typically
hard-coded guesses.
+10. Search the path specified by the :variable:`CMAKE_STAGING_PREFIX`
+variable.
+
.. |FIND_XXX| replace:: find_package
.. |FIND_ARGS_XXX| replace:: <package>
.. |CMAKE_FIND_ROOT_PATH_MODE_XXX| replace::
-----------------------------------------------------------------------
Summary of changes:
Help/command/find_package.rst | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list