We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b1698 commit f4acb3bCopy full SHA for f4acb3b
1 file changed
CMakeLists.txt
@@ -8,7 +8,7 @@ set(PROJECT_URL "http://github.com/stack-of-tasks/${PROJECT_NAME}")
8
project(${PROJECT_NAME})
9
10
# pinocchio dependency
11
-find_package(pinocchio 2.7.0 REQUIRED)
+find_package(pinocchio REQUIRED)
12
13
# Create the main executable
14
add_executable(main main.cpp)
0 commit comments