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  53e3e97c7e7e206922f517930fc76e0b870c04c7 (commit)
       via  0edc02afa3b835bd75d912cb689b169c18fb6e3a (commit)
      from  7cdb41bf154e08726d8e63a0c6e1ef8870b10161 (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=53e3e97c7e7e206922f517930fc76e0b870c04c7
commit 53e3e97c7e7e206922f517930fc76e0b870c04c7
Merge: 7cdb41b 0edc02a
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Dec 11 09:33:39 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Dec 11 09:33:39 2013 -0500

    Merge topic 'GenerateExportHeader-tests' into next
    
    0edc02a Fix Borland.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0edc02afa3b835bd75d912cb689b169c18fb6e3a
commit 0edc02afa3b835bd75d912cb689b169c18fb6e3a
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Dec 11 15:32:36 2013 +0100
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Wed Dec 11 15:32:36 2013 +0100

    Fix Borland.

diff --git a/Tests/Module/GenerateExportHeader/CMakeLists.txt 
b/Tests/Module/GenerateExportHeader/CMakeLists.txt
index 3540f16..b98b54a 100644
--- a/Tests/Module/GenerateExportHeader/CMakeLists.txt
+++ b/Tests/Module/GenerateExportHeader/CMakeLists.txt
@@ -187,8 +187,10 @@ target_link_libraries(GenerateExportHeader 
${link_libraries})
 if (WIN32)
   if(MSVC)
     set(_platform Win32)
-  else()
+  elseif(MINGW)
     set(_platform MinGW)
+  else()
+    set(_platform Empty)
   endif()
 elseif(NOT USE_COMPILER_HIDDEN_VISIBILITY)
   set(_platform Empty)

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to