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