Skip to content

Commit 951c93d

Browse files
committed
CMake workaround
1 parent 0b449e6 commit 951c93d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ endif(APPLE)
9191
if(BUILD_PYTHON_INTERFACE)
9292
add_project_dependency(eigenpy 2.8.0 REQUIRED PKG_CONFIG_REQUIRES
9393
"eigenpy >= 2.8.0")
94+
# workaround temporary issue in submodule
95+
include("${JRL_CMAKE_MODULES}/python.cmake")
9496
endif(BUILD_PYTHON_INTERFACE)
9597
add_project_dependency(pinocchio 2.6.3 REQUIRED PKG_CONFIG_REQUIRES
9698
"pinocchio >= 2.6.3")

0 commit comments

Comments
 (0)