[Cmake-commits] CMake branch, master, updated. v3.6.1-688-gccddb45
Brad King
brad.king at kitware.com
Wed Aug 24 09:45:49 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 ccddb454b8e7ae3ae075db5fd3233ce86c8c70cb (commit)
via 828d6c137d703ea095008fc6da794904a15c4ebd (commit)
via ff5c89de0c23c0568afcbabd63974388ca045aa3 (commit)
from 4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165 (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=ccddb454b8e7ae3ae075db5fd3233ce86c8c70cb
commit ccddb454b8e7ae3ae075db5fd3233ce86c8c70cb
Merge: 4a2a66e 828d6c1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 24 09:45:47 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 24 09:45:47 2016 -0400
Merge topic 'extend-find-package-search-path'
828d6c13 find_package: Extend search path for combined Windows/UNIX convention
ff5c89de Help: Widen find_package search path table
-----------------------------------------------------------------------
Summary of changes:
Help/command/find_package.rst | 17 +++++----
Source/cmFindPackageCommand.cxx | 38 ++++++++++++++++++++
.../lib/cmake/Baz}/BazConfig.cmake | 0
.../lib/cmake/Baz/BazConfigVersion.cmake} | 4 +--
.../share/Baz 2}/BazConfig.cmake | 0
.../share/Baz 2/BazConfigVersion.cmake} | 4 +--
.../lib/Baz 2/cmake}/BazConfig.cmake | 0
.../lib/Baz 2/cmake/BazConfigVersion.cmake} | 4 +--
Tests/FindPackageTest/CMakeLists.txt | 12 +++++--
9 files changed, 64 insertions(+), 15 deletions(-)
copy Tests/FindPackageTest/{Baz 1.1 => Baz 1.3/lib/cmake/Baz}/BazConfig.cmake (100%)
copy Tests/FindPackageTest/{lib/suffix/test/SuffixTestConfigVersion.cmake => Baz 1.3/lib/cmake/Baz/BazConfigVersion.cmake} (64%)
copy Tests/FindPackageTest/{Baz 1.1 => Baz 2.0/share/Baz 2}/BazConfig.cmake (100%)
copy Tests/FindPackageTest/{lib/arch/cmake/zot-4.0/zot-config-version.cmake => Baz 2.0/share/Baz 2/BazConfigVersion.cmake} (65%)
copy Tests/FindPackageTest/{Baz 1.1 => Baz 2.1/lib/Baz 2/cmake}/BazConfig.cmake (100%)
copy Tests/FindPackageTest/{lib/arch/zot-3.1/zot-config-version.cmake => Baz 2.1/lib/Baz 2/cmake/BazConfigVersion.cmake} (65%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list