[Cmake-commits] CMake branch, next, updated. v2.8.8-3064-g8b651a5

Stephen Kelly steveire at gmail.com
Fri Jun 8 04:47:52 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  8b651a5747bd02005cad2e1f8b2630b0bf4d1aa8 (commit)
       via  2215d08e8959ffa4ffc6dd8484f9c4eadd92a854 (commit)
      from  8e4992d0c6ac84b2678ab8807c1de13efc66ebb4 (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=8b651a5747bd02005cad2e1f8b2630b0bf4d1aa8
commit 8b651a5747bd02005cad2e1f8b2630b0bf4d1aa8
Merge: 8e4992d 2215d08
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jun 8 04:47:48 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jun 8 04:47:48 2012 -0400

    Merge topic 'position-independent-targets' into next
    
    2215d08 Print out the DLL COMPILE_OPTIONS in SystemInformation.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2215d08e8959ffa4ffc6dd8484f9c4eadd92a854
commit 2215d08e8959ffa4ffc6dd8484f9c4eadd92a854
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jun 8 10:43:48 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Jun 8 10:43:48 2012 +0200

    Print out the DLL COMPILE_OPTIONS in SystemInformation.

diff --git a/Tests/SystemInformation/SystemInformation.in b/Tests/SystemInformation/SystemInformation.in
index 8840bbf..ecbc054 100644
--- a/Tests/SystemInformation/SystemInformation.in
+++ b/Tests/SystemInformation/SystemInformation.in
@@ -32,6 +32,7 @@ CMAKE_SHARED_LIBRARY_LINK_STATIC_C_FLAGS == "${CMAKE_SHARED_LIBRARY_LINK_STATIC_
 CMAKE_SHARED_LIBRARY_LINK_DYNAMIC_C_FLAGS == "${CMAKE_SHARED_LIBRARY_LINK_DYNAMIC_C_FLAGS}"
 CMAKE_C_COMPILE_OPTIONS_PIC == "${CMAKE_C_COMPILE_OPTIONS_PIC}"
 CMAKE_C_COMPILE_OPTIONS_PIE == "${CMAKE_C_COMPILE_OPTIONS_PIE}"
+CMAKE_C_COMPILE_OPTIONS_DLL == "${CMAKE_C_COMPILE_OPTIONS_DLL}"
 
 // C shared module flags
 CMAKE_SHARED_MODULE_C_FLAGS  == "${CMAKE_SHARED_MODULE_C_FLAGS}"
@@ -53,6 +54,7 @@ CMAKE_SHARED_LIBRARY_LINK_STATIC_CXX_FLAGS == "${CMAKE_SHARED_LIBRARY_LINK_STATI
 CMAKE_SHARED_LIBRARY_LINK_DYNAMIC_CXX_FLAGS == "${CMAKE_SHARED_LIBRARY_LINK_DYNAMIC_CXX_FLAGS}"
 CMAKE_CXX_COMPILE_OPTIONS_PIC == "${CMAKE_CXX_COMPILE_OPTIONS_PIC}"
 CMAKE_CXX_COMPILE_OPTIONS_PIE == "${CMAKE_CXX_COMPILE_OPTIONS_PIE}"
+CMAKE_CXX_COMPILE_OPTIONS_DLL == "${CMAKE_CXX_COMPILE_OPTIONS_DLL}"
 
 // CXX shared module flags
 CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS == "${CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS}"

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

Summary of changes:
 Tests/SystemInformation/SystemInformation.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list