Skip to content
Snippets Groups Projects
Commit 11c3bd44 authored by Rohan Budhiraja's avatar Rohan Budhiraja Committed by Olivier Stasse
Browse files

[debian] Correct error from previous commit

Remove 'Nosoname true' for plugins
parent b24dcd73
No related branches found
Tags v3.0.1
No related merge requests found
...@@ -85,7 +85,6 @@ FOREACH(plugin_file ${plugins_list}) ...@@ -85,7 +85,6 @@ FOREACH(plugin_file ${plugins_list})
SET_TARGET_PROPERTIES(${plugin} SET_TARGET_PROPERTIES(${plugin}
PROPERTIES PROPERTIES
PREFIX "" PREFIX ""
NO_SONAME true
) )
INSTALL(TARGETS ${plugin} DESTINATION ${PLUGINDIR}) INSTALL(TARGETS ${plugin} DESTINATION ${PLUGINDIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment