Skip to content
Snippets Groups Projects
Commit ccedef6b authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] allow Python 3

parent 4fc2505f
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment