Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 95c7a5a

Browse files
committed
[CMake] only sot-core >= 4.1 is compatible with pinocchio 2
1 parent 3cf0633 commit 95c7a5a

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
@@ -29,7 +29,7 @@ SETUP_PROJECT()
2929
# Search for dependencies.
3030
ADD_REQUIRED_DEPENDENCY("pinocchio >= 2.0.0")
3131
ADD_REQUIRED_DEPENDENCY("dynamic-graph >= 3.0.0")
32-
ADD_REQUIRED_DEPENDENCY("sot-core >= 3.0.0")
32+
ADD_REQUIRED_DEPENDENCY("sot-core >= 4.1.0")
3333
ADD_REQUIRED_DEPENDENCY("sot-tools >= 2.0.0")
3434

3535
SET(BOOST_COMPONENTS filesystem system unit_test_framework)

0 commit comments

Comments
 (0)