[Cmake-commits] CMake branch, master, updated. v2.8.4-570-gcc746a6

Brad King brad.king at kitware.com
Tue Jun 14 13:23:53 EDT 2011


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  cc746a6eb788caf90fb3167f1ac681c2764d22ba (commit)
       via  1ed19bcb25edc5f1911b5d0237db34426e747cd2 (commit)
       via  52a6ed2aed6ad2ed6880e76535359a6b45fda253 (commit)
       via  b41ad3b399c591f8f35eaacf056ffd9016b9e0bc (commit)
      from  9c569bea2d4ed9e7290ac7582ce9463af26b1dc3 (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=cc746a6eb788caf90fb3167f1ac681c2764d22ba
commit cc746a6eb788caf90fb3167f1ac681c2764d22ba
Merge: 9c569be 1ed19bc
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 14 13:23:51 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 14 13:23:51 2011 -0400

    Merge topic 'library-multiarch-issue-12037'
    
    1ed19bc multiarch: Set CMAKE_LIBRARY_ARCHITECTURE_REGEX for Linux|Hurd|kFreeBSD
    52a6ed2 Test find_package multiarch support (#12037)
    b41ad3b Teach find_(library|package) about Linux multiarch (#12037)


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

Summary of changes:
 Modules/CMakeCCompiler.cmake.in                    |    5 ++++
 Modules/CMakeCXXCompiler.cmake.in                  |    5 ++++
 Modules/CMakeDetermineCompilerABI.cmake            |   11 +++++++++
 Modules/CMakeFortranCompiler.cmake.in              |    5 ++++
 Modules/Platform/GNU.cmake                         |    2 +
 Modules/Platform/Linux.cmake                       |    3 ++
 Modules/Platform/kFreeBSD.cmake                    |    2 +
 Source/cmDocumentVariables.cxx                     |   20 ++++++++++++++++
 Source/cmFindBase.cxx                              |   12 ++++++++++
 Source/cmFindLibraryCommand.cxx                    |    4 +++
 Source/cmFindPackageCommand.cxx                    |   24 +++++++++++++++-----
 Source/cmFindPackageCommand.h                      |    1 +
 Source/cmFindPathCommand.cxx                       |    2 +
 Source/cmFindProgramCommand.cxx                    |    2 +
 Tests/FindPackageTest/CMakeLists.txt               |   13 ++++++++++
 .../lib/{ => arch}/Bar/BarConfig.cmake             |    0
 .../cmake/zot-4.0/zot-config-version.cmake         |    1 -
 .../lib/{ => arch}/cmake/zot-4.0/zot-config.cmake  |    0
 .../lib/{ => arch}/foo-1.2/CMake/FooConfig.cmake   |    0
 .../{ => arch}/zot-3.1/zot-config-version.cmake    |    1 -
 .../zot-4.0 => arch/zot-3.1}/zot-config.cmake      |    0
 21 files changed, 105 insertions(+), 8 deletions(-)
 copy Tests/FindPackageTest/lib/{ => arch}/Bar/BarConfig.cmake (100%)
 copy Tests/FindPackageTest/lib/{ => arch}/cmake/zot-4.0/zot-config-version.cmake (99%)
 copy Tests/FindPackageTest/lib/{ => arch}/cmake/zot-4.0/zot-config.cmake (100%)
 copy Tests/FindPackageTest/lib/{ => arch}/foo-1.2/CMake/FooConfig.cmake (100%)
 copy Tests/FindPackageTest/lib/{ => arch}/zot-3.1/zot-config-version.cmake (99%)
 copy Tests/FindPackageTest/lib/{cmake/zot-4.0 => arch/zot-3.1}/zot-config.cmake (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list