Skip to content

Commit

Permalink
Replace deprecated ign_find_package with gz_find_package (#432)
Browse files Browse the repository at this point in the history
Signed-off-by: jmackay <[email protected]>
Co-authored-by: jmackay2 <[email protected]>
  • Loading branch information
jmackay2 and jmackay2 authored Aug 4, 2023
1 parent 8fd3769 commit 0882b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros_gz_sim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else()
message(FATAL_ERROR "This branch is only compatible with Gazebo Garden forward.")
endif()

ign_find_package(gflags
gz_find_package(gflags
REQUIRED
PKGCONFIG gflags)
find_package(std_msgs REQUIRED)
Expand Down

0 comments on commit 0882b17

Please sign in to comment.