Skip to content

Commit

Permalink
sim: gz: remove Garden from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl authored and Perrrewi committed Dec 13, 2024
1 parent 896c08b commit eb82967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/simulation/gz_bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
############################################################################

# Find the gz_Transport library
# Look for GZ Ionic, Harmonic, and Garden library options in that order
find_package(gz-transport NAMES gz-transport14 gz-transport13 gz-transport12)
# Look for GZ Ionic or Harmonic
find_package(gz-transport NAMES gz-transport14 gz-transport13)

if(gz-transport_FOUND)

Expand Down

0 comments on commit eb82967

Please sign in to comment.