[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-449-g83774e8
Brad King
brad.king at kitware.com
Mon Mar 3 14:39:48 EST 2014
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 83774e82ac7054c2d6651903c40044649fce6034 (commit)
via 69d73d27cba5249e3cfe1ba12ccdfbc3b5962e8b (commit)
from 7f4cc3ff821277bbf8451e69d4ded9b7774a8ecc (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=83774e82ac7054c2d6651903c40044649fce6034
commit 83774e82ac7054c2d6651903c40044649fce6034
Merge: 7f4cc3f 69d73d2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 3 14:39:47 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 3 14:39:47 2014 -0500
Merge topic 'doc-find_package-build-paths' into next
69d73d27 Help: Mention in find_package that cmake-gui step is Windows-only (#14781)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=69d73d27cba5249e3cfe1ba12ccdfbc3b5962e8b
commit 69d73d27cba5249e3cfe1ba12ccdfbc3b5962e8b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 3 14:36:48 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Mar 3 14:36:48 2014 -0500
Help: Mention in find_package that cmake-gui step is Windows-only (#14781)
Recently used cmake-gui locations are searched only on Windows because
the Windows registry is used to record the values. This behavior is
historical and may be removed by a policy in the future so rather than
implementing it on other platforms simply document the current behavior.
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst
index a2cff0a..5d9aea6 100644
--- a/Help/command/find_package.rst
+++ b/Help/command/find_package.rst
@@ -269,6 +269,7 @@ enabled.
This can be skipped if ``NO_CMAKE_BUILDS_PATH`` is passed. It is intended
for the case when a user is building multiple dependent projects one
after another.
+ (This step is implemented only on Windows.)
6. Search paths stored in the CMake :ref:`User Package Registry`.
This can be skipped if ``NO_CMAKE_PACKAGE_REGISTRY`` is passed.
-----------------------------------------------------------------------
Summary of changes:
Help/command/find_package.rst | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list