From ac3ac6c476d0d92a16db0e840af96ba3e43c68a0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 24 Sep 2010 20:41:34 +0000 Subject: Plugins are not shared libraries, so: 1) don't set thei SOVERSION - run-time-loaded modules don't have an SOVERSION; 2) build them with link mode MODULE, not SHARED, on all platforms. (Fixing 1) also fixes the problem with building them as MODULE on OS X.) svn path=/trunk/; revision=34243 --- plugins/m2m/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/m2m/CMakeLists.txt') diff --git a/plugins/m2m/CMakeLists.txt b/plugins/m2m/CMakeLists.txt index 967e514ab5..bb06c3d3d3 100644 --- a/plugins/m2m/CMakeLists.txt +++ b/plugins/m2m/CMakeLists.txt @@ -58,7 +58,6 @@ add_library(m2m ${LINK_MODE_MODULE} ${PLUGIN_FILES} ) set_target_properties(m2m PROPERTIES PREFIX "") -set_target_properties(m2m PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION}) set_target_properties(m2m PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") target_link_libraries(m2m epan) -- cgit v1.2.3