[Cmake-commits] CMake branch, next, updated. v2.8.5-1521-gc070dbe

Stephen Kelly steveire at gmail.com
Thu Aug 11 18:34:42 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  c070dbe4e53a87a92da6d2c36f9a1bfd49479188 (commit)
       via  856bdb317bc0d38327a7a9c7e9105ee1cd39f18a (commit)
      from  1d54f70c806a0b24d2e12babd62f36ac9985622f (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=c070dbe4e53a87a92da6d2c36f9a1bfd49479188
commit c070dbe4e53a87a92da6d2c36f9a1bfd49479188
Merge: 1d54f70 856bdb3
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Aug 11 18:34:41 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 11 18:34:41 2011 -0400

    Merge topic 'generate_export_header' into next
    
    856bdb3 Don't change the expected build result based on the platform.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=856bdb317bc0d38327a7a9c7e9105ee1cd39f18a
commit 856bdb317bc0d38327a7a9c7e9105ee1cd39f18a
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Aug 12 00:30:31 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Aug 12 00:30:31 2011 +0200

    Don't change the expected build result based on the platform.
    
    Hopefully the compiler feature tests will cover those cases.

diff --git a/Tests/Module/GenerateExportHeader/CMakeLists.txt b/Tests/Module/GenerateExportHeader/CMakeLists.txt
index 05d1519..febf90f 100644
--- a/Tests/Module/GenerateExportHeader/CMakeLists.txt
+++ b/Tests/Module/GenerateExportHeader/CMakeLists.txt
@@ -78,11 +78,7 @@ endmacro()
 
 macro(build_fail Include Library LibrarySource Source Message)
   _do_build(${Include} ${Library} ${LibrarySource} "${Source}")
-  if(COMPILER_HAS_HIDDEN_VISIBILITY OR WIN32 OR (${CMAKE_CXX_COMPILER_ID} MATCHES Clang))
-    test_fail(Result ${Message})
-  else()
-    test_pass(Result ${Message})
-  endif()
+  test_fail(Result ${Message})
 endmacro()
 
 macro(build_pass Include Library LibrarySource Source Message)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list