From 03ca903c443e2e3f324fa93067a027dd8af47d5a Mon Sep 17 00:00:00 2001 From: Aleksandar Donchev Date: Wed, 16 Oct 2013 14:33:01 +0200 Subject: * Bug 61 fixed. The plugins are built as module and SOVERSION is removed. --- PluginRoutingInterfaceAsync/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'PluginRoutingInterfaceAsync') diff --git a/PluginRoutingInterfaceAsync/CMakeLists.txt b/PluginRoutingInterfaceAsync/CMakeLists.txt index 773abe5..1bf09e2 100644 --- a/PluginRoutingInterfaceAsync/CMakeLists.txt +++ b/PluginRoutingInterfaceAsync/CMakeLists.txt @@ -50,10 +50,6 @@ file(GLOB PLUGINDBUS_SRCS_CXX "src/*.cpp") add_library(PluginRoutingInterfaceAsync MODULE ${PLUGINDBUS_SRCS_CXX}) -SET_TARGET_PROPERTIES(PluginRoutingInterfaceAsync PROPERTIES - SOVERSION "${LIB_INTERFACE_VERSION}" -) - TARGET_LINK_LIBRARIES(PluginRoutingInterfaceAsync ${DLT_LIBRARIES} ${DBUS_LIBRARY} -- cgit v1.2.1