We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedac8a commit 60b73f3Copy full SHA for 60b73f3
CMakeLists.txt
@@ -29,6 +29,7 @@ check_minimal_cxx_standard(14 ENFORCE)
29
30
# Project dependencies
31
set(PYTHON_COMPONENTS Interpreter Development NumPy)
32
+set(PYTHON_EXPORT_DEPENDENCY ON)
33
add_project_dependency(dynamic-graph 4.4.0 REQUIRED)
34
add_project_dependency(eigenpy 2.7.10 REQUIRED)
35
if(BUILD_TESTING)
0 commit comments