Skip to content

Commit f4acb3b

Browse files
committed
remove version constraints
1 parent 54b1698 commit f4acb3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(PROJECT_URL "http://github.com/stack-of-tasks/${PROJECT_NAME}")
88
project(${PROJECT_NAME})
99

1010
# pinocchio dependency
11-
find_package(pinocchio 2.7.0 REQUIRED)
11+
find_package(pinocchio REQUIRED)
1212

1313
# Create the main executable
1414
add_executable(main main.cpp)

0 commit comments

Comments
 (0)