Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit fb21de5

Browse files
committed
[CMake] remove useless global LINK_DIRECTORIES
1 parent 61eaff5 commit fb21de5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ FOREACH(source ${PYTHON_SOURCES})
1616
ENDFOREACH(source)
1717

1818
# --- ADD the wrap on the dg modules
19-
LINK_DIRECTORIES(${DYNAMIC_GRAPH_PLUGINDIR})
2019
DYNAMIC_GRAPH_PYTHON_MODULE("tracer" dynamic-graph::tracer tracer-wrap)
2120
DYNAMIC_GRAPH_PYTHON_MODULE("tracer_real_time" dynamic-graph::tracer-real-time
2221
tracer_real_time-wrap)

0 commit comments

Comments
 (0)