Skip to content

Commit 2749a6a

Browse files
committed
require pinocchio >= 2.0.0
1 parent 9422e4b commit 2749a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ IF(BUILD_PYTHON_INTERFACE)
5858
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_DIRS})
5959
ADD_REQUIRED_DEPENDENCY("dynamic-graph-python >= 3.0.0")
6060
ENDIF(BUILD_PYTHON_INTERFACE)
61-
ADD_COMPILE_DEPENDENCY ("pinocchio")
61+
ADD_COMPILE_DEPENDENCY ("pinocchio >= 2.0.0")
6262

6363
SEARCH_FOR_BOOST()
6464

0 commit comments

Comments
 (0)