[Cmake-commits] CMake branch, next, updated. v2.8.5-1526-g056093d

Stephen Kelly steveire at gmail.com
Fri Aug 12 05:40:46 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  056093d5ef2f8ae4f5e8b939807201ef90138e1f (commit)
       via  fb88c6e32ad78895c45b4651748e45a388a81cb0 (commit)
      from  fdbcbae5820c8a681c9edfb1419a0aabfe8f8869 (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=056093d5ef2f8ae4f5e8b939807201ef90138e1f
commit 056093d5ef2f8ae4f5e8b939807201ef90138e1f
Merge: fdbcbae fb88c6e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Aug 12 05:40:44 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Aug 12 05:40:44 2011 -0400

    Merge topic 'generate_export_header' into next
    
    fb88c6e Add some messaging output to make remaining issues findable.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fb88c6e32ad78895c45b4651748e45a388a81cb0
commit fb88c6e32ad78895c45b4651748e45a388a81cb0
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Aug 12 11:39:21 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Aug 12 11:39:21 2011 +0200

    Add some messaging output to make remaining issues findable.

diff --git a/Tests/Module/GenerateExportHeader/CMakeLists.txt b/Tests/Module/GenerateExportHeader/CMakeLists.txt
index b3f646f..a310eb9 100644
--- a/Tests/Module/GenerateExportHeader/CMakeLists.txt
+++ b/Tests/Module/GenerateExportHeader/CMakeLists.txt
@@ -98,6 +98,10 @@ endif()
 
 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
 
+message("#### COMPILER_HAS_DEPRECATED: " ${COMPILER_HAS_DEPRECATED})
+message("#### COMPILER_HAS_HIDDEN_VISIBILITY: " ${COMPILER_HAS_HIDDEN_VISIBILITY})
+message("#### WIN32: " ${WIN32})
+
 set(link_libraries)
 macro(macro_add_test_library name)
   add_subdirectory(${name})

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

Summary of changes:
 Tests/Module/GenerateExportHeader/CMakeLists.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list