Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
fb21de5a
Commit
fb21de5a
authored
Jul 22, 2020
by
Guilhem Saurel
Browse files
[CMake] remove useless global LINK_DIRECTORIES
parent
61eaff57
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
fb21de5a
...
...
@@ -16,7 +16,6 @@ FOREACH(source ${PYTHON_SOURCES})
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
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment