diff options
author | Brad King <brad.king@kitware.com> | 2015-06-09 13:18:52 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-09 13:18:52 (GMT) |
commit | 7f14943e5c7d508e937d45cb2608b07dd7c1e2b0 (patch) | |
tree | 06b9531178130f5d4374b4959c585ea0d5739063 /Help | |
parent | 3e49888ff01c61f9d21911ca0b2ac7f482f5f26e (diff) | |
parent | 7ab0806fef24d4982adbbef9b37f48111d2eced4 (diff) | |
download | CMake-7f14943e5c7d508e937d45cb2608b07dd7c1e2b0.zip CMake-7f14943e5c7d508e937d45cb2608b07dd7c1e2b0.tar.gz CMake-7f14943e5c7d508e937d45cb2608b07dd7c1e2b0.tar.bz2 |
Merge topic 'doc-find-versioned-location'
7ab0806f Help: Document find_* command versioned/unversioned name ordering
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/FIND_XXX.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 |