[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-1709-gd3b7467

Brad King brad.king at kitware.com
Tue Apr 1 10:48:41 EDT 2014


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  d3b74679ce9951bf10e8214856570feeaaf2378b (commit)
       via  f26147b8716adfbc46d93df0b05c7cde0c9413f4 (commit)
      from  69fba98342c7a1094654662a3491878037c267cc (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=d3b74679ce9951bf10e8214856570feeaaf2378b
commit d3b74679ce9951bf10e8214856570feeaaf2378b
Merge: 69fba98 f26147b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 1 10:48:40 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 1 10:48:40 2014 -0400

    Merge topic 'UseSWIG-NO_SONAME' into next
    
    f26147b8 UseSWIG: Enable NO_SONAME on swig modules (#14815)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f26147b8716adfbc46d93df0b05c7cde0c9413f4
commit f26147b8716adfbc46d93df0b05c7cde0c9413f4
Author:     Julien Schueller <schueller at phimeca.com>
AuthorDate: Thu Mar 20 09:57:38 2014 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 1 10:48:13 2014 -0400

    UseSWIG: Enable NO_SONAME on swig modules (#14815)
    
    Swig modules are plugins and do not need the SONAME field set.

diff --git a/Modules/UseSWIG.cmake b/Modules/UseSWIG.cmake
index 4ae6f81..9347687 100644
--- a/Modules/UseSWIG.cmake
+++ b/Modules/UseSWIG.cmake
@@ -201,6 +201,7 @@ macro(SWIG_ADD_MODULE name language)
     MODULE
     ${swig_generated_sources}
     ${swig_other_sources})
+  set_target_properties(${SWIG_MODULE_${name}_REAL_NAME} PROPERTIES NO_SONAME ON)
   string(TOLOWER "${language}" swig_lowercase_language)
   if ("${swig_lowercase_language}" STREQUAL "octave")
     set_target_properties(${SWIG_MODULE_${name}_REAL_NAME} PROPERTIES PREFIX "")

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

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list