[Cmake-commits] CMake branch, next, updated. v2.8.8-2992-gd0c5cc1

Stephen Kelly steveire at gmail.com
Tue Jun 5 03:18:39 EDT 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, next has been updated
       via  d0c5cc179acda8a471f7005c004ad029a6dcf468 (commit)
       via  84d29a5358e4fa01583e2aef1e8e8097e187045f (commit)
      from  9c92d76839494a6ed333696c10546f4817cf56e1 (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=d0c5cc179acda8a471f7005c004ad029a6dcf468
commit d0c5cc179acda8a471f7005c004ad029a6dcf468
Merge: 9c92d76 84d29a5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jun 5 03:18:37 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 5 03:18:37 2012 -0400

    Merge topic 'position-independent-targets' into next
    
    84d29a5 Print the output of the try_compile if it fails, for debugging.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=84d29a5358e4fa01583e2aef1e8e8097e187045f
commit 84d29a5358e4fa01583e2aef1e8e8097e187045f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jun 5 09:17:15 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Jun 5 09:17:15 2012 +0200

    Print the output of the try_compile if it fails, for debugging.

diff --git a/Tests/PositionIndependentTargets/global/CMakeLists.txt b/Tests/PositionIndependentTargets/global/CMakeLists.txt
index 5f9fe13..f2ecfb2 100644
--- a/Tests/PositionIndependentTargets/global/CMakeLists.txt
+++ b/Tests/PositionIndependentTargets/global/CMakeLists.txt
@@ -26,5 +26,5 @@ int main(int,char**) { return 0; }\n"
 )
 
 if (NOT PIC_TRY_COMPILE_RESULT)
-  message(SEND_ERROR "TRY_COMPILE with content requiring __PIC__ failed.")
+  message(SEND_ERROR "TRY_COMPILE with content requiring __PIC__ failed. ${OUTPUT}")
 endif()

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

Summary of changes:
 .../global/CMakeLists.txt                          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list