Skip to content

Commit

Permalink
w2
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 28, 2024
1 parent 40bb322 commit d6d4a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_Collision.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ TEST_F(Collision, testConeCone)
fcl_prim_fcl->setContactPointComputationMethod(FCLCollisionDetector::FCL);
testCylinderCylinder(fcl_prim_fcl);

#if HAVE_ODE
#if HAVE_ODE && !defined(ODE_WITH_LIBCCD_BOX_CYL)
auto ode = OdeCollisionDetector::create();
testCylinderCylinder(ode);
#endif
Expand Down

0 comments on commit d6d4a9e

Please sign in to comment.