Skip to content

Commit

Permalink
[debian] Correct error from previous commit
Browse files Browse the repository at this point in the history
Remove 'Nosoname true' for plugins
  • Loading branch information
proyan authored and olivier-stasse committed Dec 20, 2016
1 parent b24dcd7 commit 11c3bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ FOREACH(plugin_file ${plugins_list})
SET_TARGET_PROPERTIES(${plugin}
PROPERTIES
PREFIX ""
NO_SONAME true
)

INSTALL(TARGETS ${plugin} DESTINATION ${PLUGINDIR})
Expand Down

0 comments on commit 11c3bd4

Please sign in to comment.