Skip to content

Commit

Permalink
Use GzBullet instead of IgnBullet (#378)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde authored Jul 11, 2022
1 parent 0d18a15 commit 6a507fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gz_find_package(DART

#--------------------------------------
# Find bullet for the bullet plugin wrapper
gz_find_package(IgnBullet
gz_find_package(GzBullet
VERSION 2.87
REQUIRED_BY bullet
PKGCONFIG bullet
Expand Down
2 changes: 1 addition & 1 deletion bullet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gz_add_component(bullet INTERFACE
GET_TARGET_NAME features)

link_directories(${BULLET_LIBRARY_DIRS})
target_link_libraries(${features} INTERFACE IgnBullet::IgnBullet)
target_link_libraries(${features} INTERFACE GzBullet::GzBullet)

gz_get_libsources_and_unittests(sources test_sources)

Expand Down

0 comments on commit 6a507fb

Please sign in to comment.