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 2e65716 commit a644ea4Copy full SHA for a644ea4
tests/python/CMakeLists.txt
@@ -14,8 +14,8 @@ if(NOT BUILD_WITH_PINOCCHIO_SUPPORT)
14
list(REMOVE_ITEM PYTHON_TESTS test_center_of_mass.py)
15
list(REMOVE_ITEM PYTHON_TESTS test_frames.py)
16
list(REMOVE_ITEM PYTHON_TESTS test_rollout.py)
17
-elseif(NOT PINOCCHIO_V3)
18
- # Pinocchio support, but not Pinocchio 3
+endif()
+if(NOT PINOCCHIO_V3)
19
list(REMOVE_ITEM PYTHON_TESTS test_constrained_dynamics.py)
20
endif()
21
make_directory(${CMAKE_CURRENT_BINARY_DIR})
0 commit comments