sim: gz: remove Garden from cmake

This commit is contained in:
Jacob Dahl 2024-12-12 17:13:04 -09:00 committed by Perre
parent 896c08bd68
commit eb829676b0

View File

@ -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)