mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +08:00
cmake: fix find_program ozone
This commit is contained in:
@@ -85,7 +85,7 @@ if(JLinkGDBServerExe_PATH AND CMAKE_GDB)
|
||||
endif()
|
||||
|
||||
# jlink_debug_ozone (run Segger Ozone debugger with current target configuration)
|
||||
find_program(Ozone_PATH Ozone
|
||||
find_program(Ozone_PATH Ozone ozone
|
||||
HINTS /Applications/Ozone.app/Contents/MacOS/
|
||||
)
|
||||
if(Ozone_PATH)
|
||||
|
||||
Reference in New Issue
Block a user