Skip to content

Commit 1cbd7b7

Browse files
author
Francois Keith
committed
Correct the path to the plugin directory of dynamic-graph.
1 parent 5963877 commit 1cbd7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ FOREACH(plugin ${plugins})
245245
)
246246
# Install plugins
247247
INSTALL(TARGETS ${LIBRARY_NAME}
248-
DESTINATION ${CMAKE_INSTALL_LIBDIR}/plugin)
248+
DESTINATION ${DYNAMIC_GRAPH_PLUGINDIR})
249249
ENDFOREACH(plugin)
250250

251251
# Bindings Python

0 commit comments

Comments
 (0)