mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
sim: gz: remove Garden from cmake
This commit is contained in:
parent
896c08bd68
commit
eb829676b0
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user