We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b449e6 commit 951c93dCopy full SHA for 951c93d
CMakeLists.txt
@@ -91,6 +91,8 @@ endif(APPLE)
91
if(BUILD_PYTHON_INTERFACE)
92
add_project_dependency(eigenpy 2.8.0 REQUIRED PKG_CONFIG_REQUIRES
93
"eigenpy >= 2.8.0")
94
+ # workaround temporary issue in submodule
95
+ include("${JRL_CMAKE_MODULES}/python.cmake")
96
endif(BUILD_PYTHON_INTERFACE)
97
add_project_dependency(pinocchio 2.6.3 REQUIRED PKG_CONFIG_REQUIRES
98
"pinocchio >= 2.6.3")
0 commit comments