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
ccedef6b
Commit
ccedef6b
authored
Oct 02, 2019
by
Guilhem Saurel
Browse files
[CMake] allow Python 3
parent
4fc2505f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ccedef6b
...
...
@@ -23,7 +23,7 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES plugindir ${PKG_CONFIG_ADDITIONAL_VARIABLES}
PROJECT
(
${
PROJECT_NAME
}
CXX
)
FINDPYTHON
(
2.7 EXACT REQUIRED
)
FINDPYTHON
()
# Trigger dependency to dynamic-graph.
ADD_REQUIRED_DEPENDENCY
(
"dynamic-graph >= 3.0.0"
)
...
...
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