Skip to content

Commit

Permalink
not an elseif
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Sep 19, 2024
1 parent 2e65716 commit a644ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ if(NOT BUILD_WITH_PINOCCHIO_SUPPORT)
list(REMOVE_ITEM PYTHON_TESTS test_center_of_mass.py)
list(REMOVE_ITEM PYTHON_TESTS test_frames.py)
list(REMOVE_ITEM PYTHON_TESTS test_rollout.py)
elseif(NOT PINOCCHIO_V3)
# Pinocchio support, but not Pinocchio 3
endif()
if(NOT PINOCCHIO_V3)
list(REMOVE_ITEM PYTHON_TESTS test_constrained_dynamics.py)
endif()
make_directory(${CMAKE_CURRENT_BINARY_DIR})
Expand Down

0 comments on commit a644ea4

Please sign in to comment.