Skip to content

Commit a644ea4

Browse files
committed
not an elseif
1 parent 2e65716 commit a644ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ if(NOT BUILD_WITH_PINOCCHIO_SUPPORT)
1414
list(REMOVE_ITEM PYTHON_TESTS test_center_of_mass.py)
1515
list(REMOVE_ITEM PYTHON_TESTS test_frames.py)
1616
list(REMOVE_ITEM PYTHON_TESTS test_rollout.py)
17-
elseif(NOT PINOCCHIO_V3)
18-
# Pinocchio support, but not Pinocchio 3
17+
endif()
18+
if(NOT PINOCCHIO_V3)
1919
list(REMOVE_ITEM PYTHON_TESTS test_constrained_dynamics.py)
2020
endif()
2121
make_directory(${CMAKE_CURRENT_BINARY_DIR})

0 commit comments

Comments
 (0)