Skip to content

Commit

Permalink
pre-commit: lint cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Nov 8, 2024
1 parent 750bd0e commit 6b275d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ set(${PROJECT_NAME}_SDF_PUBLIC_HEADERS
set(${PROJECT_NAME}_PYTHON_PARSER_PUBLIC_HEADERS
${PROJECT_SOURCE_DIR}/include/pinocchio/parsers/python.hpp)

set(${PROJECT_NAME}_PYTHON_PARSER_SOURCES
${PROJECT_SOURCE_DIR}/src/parsers/python/model.cpp)
set(${PROJECT_NAME}_PYTHON_PARSER_SOURCES ${PROJECT_SOURCE_DIR}/src/parsers/python/model.cpp)

set(${PROJECT_NAME}_EXTRA_SOURCES ${PROJECT_SOURCE_DIR}/src/extra/reachable-workspace.cpp)

Expand Down

0 comments on commit 6b275d8

Please sign in to comment.