Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Jan 10, 2025
1 parent 9561ee4 commit a52c473
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tesseract_common/cmake/tesseract_macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,13 @@ macro(find_bullet)
if(NOT TARGET Bullet3::Bullet)
add_library(Bullet3::Bullet INTERFACE IMPORTED)
if(NOT WIN32)
set_target_properties(Bullet3::Bullet PROPERTIES INTERFACE_LINK_LIBRARIES
"BulletCollision;Bullet3Geometry;Bullet3Common;LinearMath")
set_target_properties(Bullet3::Bullet PROPERTIES INTERFACE_LINK_LIBRARIES
"BulletCollision;Bullet3Geometry;Bullet3Common;LinearMath")
else()
set_target_properties(Bullet3::Bullet PROPERTIES INTERFACE_LINK_LIBRARIES
"BulletCollision;Bullet3Common;LinearMath")
set_target_properties(Bullet3::Bullet PROPERTIES INTERFACE_LINK_LIBRARIES
"BulletCollision;Bullet3Common;LinearMath")
endif()



set_target_properties(Bullet3::Bullet PROPERTIES INTERFACE_COMPILE_DEFINITIONS "${BULLET_DEFINITIONS_STRIPED}")
endif()
else()
Expand Down

0 comments on commit a52c473

Please sign in to comment.