summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PluginCommandInterfaceCAPI/CMakeLists.txt4
-rw-r--r--PluginCommandInterfaceDbus/CMakeLists.txt4
-rw-r--r--PluginControlInterface/CMakeLists.txt3
-rw-r--r--PluginRoutingInterfaceAsync/CMakeLists.txt4
-rw-r--r--PluginRoutingInterfaceCAPI/CMakeLists.txt4
-rw-r--r--PluginRoutingInterfaceDbus/CMakeLists.txt5
6 files changed, 0 insertions, 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}