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. --- PluginControlInterface/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'PluginControlInterface') 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}) -- cgit v1.2.1