From 03ca903c443e2e3f324fa93067a027dd8af47d5a Mon Sep 17 00:00:00 2001 From: Aleksandar Donchev Date: Wed, 16 Oct 2013 14:33:01 +0200 Subject: [PATCH] * Bug 61 fixed. The plugins are built as module and SOVERSION is removed. --- PluginCommandInterfaceCAPI/CMakeLists.txt | 4 ---- PluginCommandInterfaceDbus/CMakeLists.txt | 4 ---- PluginControlInterface/CMakeLists.txt | 3 --- PluginRoutingInterfaceAsync/CMakeLists.txt | 4 ---- PluginRoutingInterfaceCAPI/CMakeLists.txt | 4 ---- PluginRoutingInterfaceDbus/CMakeLists.txt | 5 ----- 6 files changed, 24 deletions(-) diff --git a/PluginCommandInterfaceCAPI/CMakeLists.txt b/PluginCommandInterfaceCAPI/CMakeLists.txt index d66d849..c30c009 100644 --- a/PluginCommandInterfaceCAPI/CMakeLists.txt +++ b/PluginCommandInterfaceCAPI/CMakeLists.txt @@ -64,10 +64,6 @@ file(GLOB PLUGINCAPI_SRCS_CXX "src/*.cpp" ${COMMON_API_GEN_SOURCES}) add_library(PluginCommandInterfaceCAPI MODULE ${PLUGINCAPI_SRCS_CXX}) -SET_TARGET_PROPERTIES(PluginCommandInterfaceCAPI PROPERTIES - SOVERSION "${LIB_INTERFACE_VERSION}" -) - TARGET_LINK_LIBRARIES(PluginCommandInterfaceCAPI ${DLT_LIBRARIES} ${COMMON_API_LIBRARIES} diff --git a/PluginCommandInterfaceDbus/CMakeLists.txt b/PluginCommandInterfaceDbus/CMakeLists.txt index 5a0015d..faf7947 100644 --- a/PluginCommandInterfaceDbus/CMakeLists.txt +++ b/PluginCommandInterfaceDbus/CMakeLists.txt @@ -62,10 +62,6 @@ file(GLOB PLUGINDBUS_SRCS_CXX "src/*.cpp") add_library(PluginCommandInterfaceDbus MODULE ${PLUGINDBUS_SRCS_CXX}) -SET_TARGET_PROPERTIES(PluginCommandInterfaceDbus PROPERTIES - SOVERSION "${LIB_INTERFACE_VERSION}" -) - TARGET_LINK_LIBRARIES(PluginCommandInterfaceDbus ${DLT_LIBRARIES} ${DBUS_LIBRARY} diff --git a/PluginControlInterface/CMakeLists.txt b/PluginControlInterface/CMakeLists.txt index 795b778..1c4d3fd 100644 --- a/PluginControlInterface/CMakeLists.txt +++ b/PluginControlInterface/CMakeLists.txt @@ -49,9 +49,6 @@ file(GLOB PLUGIN_CONTROL_SRCS_CXX "src/*.cpp") add_library(PluginControlInterface MODULE ${PLUGIN_CONTROL_SRCS_CXX}) -SET_TARGET_PROPERTIES(PluginControlInterface PROPERTIES - SOVERSION "${LIB_INTERFACE_VERSION}" -) TARGET_LINK_LIBRARIES(PluginControlInterface ${DLT_LIBRARIES}) 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} diff --git a/PluginRoutingInterfaceCAPI/CMakeLists.txt b/PluginRoutingInterfaceCAPI/CMakeLists.txt index cceb786..e304049 100644 --- a/PluginRoutingInterfaceCAPI/CMakeLists.txt +++ b/PluginRoutingInterfaceCAPI/CMakeLists.txt @@ -62,10 +62,6 @@ file(GLOB PLUGINCAPI_SRCS_CXX "src/*.cpp" ${COMMON_API_GEN_SOURCES}) add_library(PluginRoutingInterfaceCAPI MODULE ${PLUGINCAPI_SRCS_CXX}) -SET_TARGET_PROPERTIES(PluginRoutingInterfaceCAPI PROPERTIES - SOVERSION "${LIB_INTERFACE_VERSION}" -) - TARGET_LINK_LIBRARIES(PluginRoutingInterfaceCAPI ${DLT_LIBRARIES} ${COMMON_API_LIBRARIES} diff --git a/PluginRoutingInterfaceDbus/CMakeLists.txt b/PluginRoutingInterfaceDbus/CMakeLists.txt index be7548c..2e66871 100644 --- a/PluginRoutingInterfaceDbus/CMakeLists.txt +++ b/PluginRoutingInterfaceDbus/CMakeLists.txt @@ -59,13 +59,8 @@ INCLUDE_DIRECTORIES( # all source files go here file(GLOB PLUGINDBUS_SRCS_CXX "src/*.cpp") - add_library(PluginRoutingInterfaceDbus MODULE ${PLUGINDBUS_SRCS_CXX}) -SET_TARGET_PROPERTIES(PluginRoutingInterfaceDbus PROPERTIES - SOVERSION "${LIB_INTERFACE_VERSION}" -) - TARGET_LINK_LIBRARIES(PluginRoutingInterfaceDbus ${DLT_LIBRARIES} ${DBUS_LIBRARY} -- 2.7.4