Skip to content

Commit e105c62

Browse files
authored
Merge pull request #9 from nim65s/devel
[CMake] add example-robot-data as a required dependency
2 parents 7a49749 + 5c09d88 commit e105c62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ INCLUDE(cmake/python.cmake)
1111
PROJECT(${PROJECT_NAME} CXX)
1212

1313
ADD_REQUIRED_DEPENDENCY(pinocchio)
14+
ADD_REQUIRED_DEPENDENCY(example-robot-data)
1415

1516
STRING(REGEX REPLACE "-" "_" PY_NAME ${PROJECT_NAME})
1617

0 commit comments

Comments
 (0)