Plugins are not shared libraries, so:
[obnox/wireshark/wip.git] / plugins / tpg / CMakeLists.txt
index a2bf906daa9b91a9a86759cbb3376222c5fc98b4..22110fe7dc39ea7dddae808725724a934146a7fa 100644 (file)
@@ -74,7 +74,6 @@ add_library(tpg ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
 set_target_properties(tpg PROPERTIES PREFIX "")
-set_target_properties(tpg PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 set_target_properties(tpg PROPERTIES LINK_FLAGS ${WS_LINK_FLAGS})
 
 target_link_libraries(tpg epan)