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
0b0577ee
Commit
0b0577ee
authored
Aug 01, 2018
by
Guilhem Saurel
Browse files
[Python] 2.7 required, until #20
parent
d0269019
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0b0577ee
...
...
@@ -40,7 +40,7 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES plugindir ${PKG_CONFIG_ADDITIONAL_VARIABLES}
SETUP_PROJECT
()
FINDPYTHON
()
FINDPYTHON
(
2.7 EXACT REQUIRED
)
# Trigger dependency to dynamic-graph.
ADD_REQUIRED_DEPENDENCY
(
"dynamic-graph >= 3.0.0"
)
...
...
unitTesting/CMakeLists.txt
View file @
0b0577ee
#
# Copyright
#
#
# Copyright
#
INCLUDE
(
CTest
)
set
(
Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0
)
INCLUDE
(
../cmake/python.cmake
)
FINDPYTHON
()
INCLUDE_DIRECTORIES
(
${
PYTHON_INCLUDE_PATH
}
)
INCLUDE_DIRECTORIES
(
${
Boost_INCLUDE_DIRS
}
)
...
...
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