summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceCAPI
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceCAPI')
-rw-r--r--PluginCommandInterfaceCAPI/CMakeLists.txt4
1 files changed, 0 insertions, 4 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}