Skip to content
Snippets Groups Projects
Commit a4be25dd authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Revert "[cmake] Change the name of the library by the target."

This reverts commit 4944617f.
parent ca79af98
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,5 @@ ENDFOREACH(source)
# --- ADD the wrap on the dg modules
LINK_DIRECTORIES(${DYNAMIC_GRAPH_PLUGINDIR})
DYNAMIC_GRAPH_PYTHON_MODULE("tracer" dynamic-graph::tracer tracer-wrap)
DYNAMIC_GRAPH_PYTHON_MODULE("tracer_real_time" dynamic-graph::tracer-real-time
tracer_real_time-wrap)
DYNAMIC_GRAPH_PYTHON_MODULE("tracer" tracer tracer-wrap)
DYNAMIC_GRAPH_PYTHON_MODULE("tracer_real_time" tracer-real-time tracer_real_time-wrap)
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