[Cmake-commits] CMake branch, next, updated. v2.8.5-1498-ga155876

Stephen Kelly steveire at gmail.com
Wed Aug 10 18:01:54 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, next has been updated
       via  a1558768fe281a9b706b84596f5ab6a209ffcdc6 (commit)
       via  7fa559232e6bca09c0f24c0a3da2a83a5c395be3 (commit)
      from  d07d12a09368730f471534dfcdc4bd519c9ea814 (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=a1558768fe281a9b706b84596f5ab6a209ffcdc6
commit a1558768fe281a9b706b84596f5ab6a209ffcdc6
Merge: d07d12a 7fa5592
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Aug 10 18:01:53 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 10 18:01:53 2011 -0400

    Merge topic 'generate_export_header' into next
    
    7fa5592 Add some debug output to narrow down deprecation test issues


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7fa559232e6bca09c0f24c0a3da2a83a5c395be3
commit 7fa559232e6bca09c0f24c0a3da2a83a5c395be3
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Aug 10 23:57:04 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Aug 10 23:57:04 2011 +0200

    Add some debug output to narrow down deprecation test issues
    
    Particularly Borland and VS7.0 seem to still be failing.

diff --git a/Modules/GenerateExportHeader.cmake b/Modules/GenerateExportHeader.cmake
index c921d89..9dd8f4a 100644
--- a/Modules/GenerateExportHeader.cmake
+++ b/Modules/GenerateExportHeader.cmake
@@ -149,7 +149,9 @@ macro(_DO_SET_MACRO_VALUES TARGET_LIBRARY)
   set(DEFINE_NO_EXPORT)
 
   if(WIN32)
+    message("Compiler is ${CMAKE_CXX_COMPILER_ID}")
     if (NOT ${CMAKE_CXX_COMPILER_ID} MATCHES Borland)
+      message("Deprecation macro enabled.")
       set(DEFINE_DEPRECATED "__declspec(deprecated)")
     endif()
   else()

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

Summary of changes:
 Modules/GenerateExportHeader.cmake |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list