[Cmake-commits] CMake branch, master, updated. v3.6.2-1001-g38a378e
Brad King
brad.king at kitware.com
Fri Sep 16 10:21:20 EDT 2016
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, master has been updated
via 38a378e10d93740c11ac713c6035e26d6838ad96 (commit)
via 31be918b0b2dd445bdf85d72a8eaa29841137bc8 (commit)
from 3efb3c0012a05ce1f19c99fb27b835c3ec057270 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=38a378e10d93740c11ac713c6035e26d6838ad96
commit 38a378e10d93740c11ac713c6035e26d6838ad96
Merge: 3efb3c0 31be918
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 16 10:21:17 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 16 10:21:17 2016 -0400
Merge topic 'find_package-dir-sort'
31be918b find_package: Optionally sort globbed directories in a meaningful order
-----------------------------------------------------------------------
Summary of changes:
Help/command/find_package.rst | 18 ++-
Help/manual/cmake-variables.7.rst | 2 +
Help/release/dev/find_package-dir-sort.rst | 13 +++
.../variable/CMAKE_FIND_PACKAGE_SORT_DIRECTION.rst | 16 +++
Help/variable/CMAKE_FIND_PACKAGE_SORT_ORDER.rst | 36 ++++++
Source/cmFindPackageCommand.cxx | 118 +++++++++++++++++---
Source/cmFindPackageCommand.h | 26 +++++
Tests/CMakeLib/CMakeLists.txt | 1 +
Tests/CMakeLib/testFindPackageCommand.cxx | 76 +++++++++++++
Tests/FindPackageTest/CMakeLists.txt | 30 +++++
.../SortLib-3.1.1/SortLibConfig.cmake | 2 +
.../SortLib-3.1.1/SortLibConfigVersion.cmake | 9 ++
.../SortLib-3.10.1/SortLibConfig.cmake | 2 +
.../SortLib-3.10.1/SortLibConfigVersion.cmake | 9 ++
14 files changed, 341 insertions(+), 17 deletions(-)
create mode 100644 Help/release/dev/find_package-dir-sort.rst
create mode 100644 Help/variable/CMAKE_FIND_PACKAGE_SORT_DIRECTION.rst
create mode 100644 Help/variable/CMAKE_FIND_PACKAGE_SORT_ORDER.rst
create mode 100644 Tests/CMakeLib/testFindPackageCommand.cxx
create mode 100644 Tests/FindPackageTest/SortLib-3.1.1/SortLibConfig.cmake
create mode 100644 Tests/FindPackageTest/SortLib-3.1.1/SortLibConfigVersion.cmake
create mode 100644 Tests/FindPackageTest/SortLib-3.10.1/SortLibConfig.cmake
create mode 100644 Tests/FindPackageTest/SortLib-3.10.1/SortLibConfigVersion.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list