[Cmake-commits] CMake branch, next, updated. v3.3.0-rc1-259-g4d868e1

Brad King brad.king at kitware.com
Mon Jun 8 16:15:52 EDT 2015


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  4d868e122b49e63e7e0ad2474e631cd059858aa6 (commit)
       via  7ab0806fef24d4982adbbef9b37f48111d2eced4 (commit)
      from  66826cd41dcea7e43d8ad74e9167f8afd285d364 (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=4d868e122b49e63e7e0ad2474e631cd059858aa6
commit 4d868e122b49e63e7e0ad2474e631cd059858aa6
Merge: 66826cd 7ab0806
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 8 16:15:51 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 8 16:15:51 2015 -0400

    Merge topic 'doc-find-versioned-location' into next
    
    7ab0806f Help: Document find_* command versioned/unversioned name ordering


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7ab0806fef24d4982adbbef9b37f48111d2eced4
commit 7ab0806fef24d4982adbbef9b37f48111d2eced4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 8 16:11:10 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 8 16:13:56 2015 -0400

    Help: Document find_* command versioned/unversioned name ordering
    
    Suggest in the NAMES option that unversioned names go first to prefer
    local builds over distro-provided files.

diff --git a/Help/command/FIND_XXX.txt b/Help/command/FIND_XXX.txt
index 966db06..bd4d295 100644
--- a/Help/command/FIND_XXX.txt
+++ b/Help/command/FIND_XXX.txt
@@ -39,6 +39,11 @@ Options include:
 ``NAMES``
   Specify one or more possible names for the |SEARCH_XXX|.
 
+  When using this to specify names with and without a version
+  suffix, we recommend specifying the unversioned name first
+  so that locally-built packages can be found before those
+  provided by distributions.
+
 ``HINTS``, ``PATHS``
   Specify directories to search in addition to the default locations.
   The ``ENV var`` sub-option reads paths from a system environment

-----------------------------------------------------------------------

Summary of changes:
 Help/command/FIND_XXX.txt |    5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list