[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-1635-g2d81b24

Brad King brad.king at kitware.com
Mon Mar 31 10:03:17 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  2d81b243ed302815fed17161e4d2c6b6cb4a7fab (commit)
       via  dddb7216ad517d7e9dbbeb1ad4cc72d8f660aad3 (commit)
      from  2b4fcf4abe2b70d89ae8d82f34822bf786d3890e (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=2d81b243ed302815fed17161e4d2c6b6cb4a7fab
commit 2d81b243ed302815fed17161e4d2c6b6cb4a7fab
Merge: 2b4fcf4 dddb721
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 31 10:03:16 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 31 10:03:16 2014 -0400

    Merge topic 'fix-0014815' into next
    
    dddb7216 Set property NO_SONAME ON of swig module


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dddb7216ad517d7e9dbbeb1ad4cc72d8f660aad3
commit dddb7216ad517d7e9dbbeb1ad4cc72d8f660aad3
Author:     Julien Schueller <schueller at phimeca.com>
AuthorDate: Thu Mar 20 09:57:38 2014 +0100
Commit:     Julien Schueller <schueller at phimeca.com>
CommitDate: Thu Mar 20 09:57:38 2014 +0100

    Set property NO_SONAME ON of swig module

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:
 Modules/UseSWIG.cmake |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list