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 bdc38da commit e8dd79eCopy full SHA for e8dd79e
CMakeLists.txt
@@ -29,9 +29,11 @@ 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)
+set(PYTHON_EXPORT_DEPENDENCY_MACROS
35
+ "list(APPEND PYTHON_COMPONENTS ${PYTHON_COMPONENTS})\n${PYTHON_EXPORT_DEPENDENCY_MACROS}"
36
+)
37
if(BUILD_TESTING)
38
find_package(Boost REQUIRED COMPONENTS unit_test_framework)
39
endif(BUILD_TESTING)
0 commit comments