[Cmake-commits] CMake branch, master, updated. v2.8.7-448-g8ef15df

David Cole david.cole at kitware.com
Tue Feb 21 15:58:33 EST 2012


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  8ef15df7000bc514b941f04784bccb340f9638b4 (commit)
       via  35c48e12706f9426eda43b3b077925a2fab0df44 (commit)
       via  61cb4ea72e608370b581bae9d9810ca6ae8f84d0 (commit)
       via  c9f2886b3db9783eaa455c21288eabdc7e6366a1 (commit)
       via  628f36514070037dd3dc4f09c61c4df8688e3a2b (commit)
      from  bf6560091d2d3cc2c57852d414580643036a1974 (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=8ef15df7000bc514b941f04784bccb340f9638b4
commit 8ef15df7000bc514b941f04784bccb340f9638b4
Merge: bf65600 35c48e1
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Feb 21 15:58:27 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 21 15:58:27 2012 -0500

    Merge topic 'HandleTargetsInCMakeRequiredLibraries'
    
    35c48e1 Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIES
    61cb4ea bootstrap: move while() and endwhile() into the bootstrap build
    c9f2886 -don't pull in CheckTypeSize.cmake from the cmake which is being built
    628f365 -remove trailing whitespace


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

Summary of changes:
 Modules/CMakeExpandImportedTargets.cmake   |  129 ++++++++++++++++++++++++++++
 Modules/CheckCSourceCompiles.cmake         |    7 ++-
 Modules/CheckCSourceRuns.cmake             |   13 ++-
 Modules/CheckCXXSourceCompiles.cmake       |    7 ++-
 Modules/CheckCXXSourceRuns.cmake           |   17 +++--
 Modules/CheckFortranFunctionExists.cmake   |   11 ++-
 Modules/CheckFunctionExists.cmake          |   13 ++-
 Modules/CheckLibraryExists.cmake           |   17 +++--
 Modules/CheckPrototypeDefinition.cmake     |    7 ++-
 Modules/CheckSymbolExists.cmake            |    7 ++-
 Modules/CheckTypeSize.cmake                |    7 ++-
 Modules/CheckVariableExists.cmake          |   15 ++-
 Source/cmBootstrapCommands.cxx             |    8 ++-
 Source/cmCommands.cxx                      |    4 -
 Source/cmWhileCommand.cxx                  |   18 ++--
 Tests/ExportImport/Import/A/CMakeLists.txt |   11 +++
 Utilities/cmcurl/CMakeLists.txt            |   33 +++----
 17 files changed, 257 insertions(+), 67 deletions(-)
 create mode 100644 Modules/CMakeExpandImportedTargets.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list