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
fee9a138
Commit
fee9a138
authored
Dec 17, 2015
by
Rohan Budhiraja
Browse files
[cmake] change dynamic-graph dependency version to 3.0.0
parent
f25027d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
fee9a138
...
...
@@ -40,7 +40,7 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES plugindir ${PKG_CONFIG_ADDITIONAL_VARIABLES}
SETUP_PROJECT
()
# Trigger dependency to dynamic-graph.
ADD_REQUIRED_DEPENDENCY
(
"dynamic-graph >=
2.5.5-6
"
)
ADD_REQUIRED_DEPENDENCY
(
"dynamic-graph >=
3.0.0
"
)
# Add dependency toward dynamic graph library in pkg-config file.
PKG_CONFIG_APPEND_LIBS
(
"dynamic-graph-python"
)
...
...
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