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 73fcdfd commit 24b5334Copy full SHA for 24b5334
CMakeLists.txt
@@ -37,6 +37,7 @@ endif(BUILD_TESTING)
37
38
if(BUILD_PYTHON_INTERFACE)
39
add_project_dependency(dynamic-graph-python 4.0.6 REQUIRED)
40
+ include(cmake/python.cmake) # TODO: overwriting eigenpy/python.cmake
41
endif(BUILD_PYTHON_INTERFACE)
42
43
if(Boost_VERSION GREATER 107299 OR Boost_VERSION_MACRO GREATER 107299)
0 commit comments