From 896ad3a627c5a5c7dcec85bb345c792735994222 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 4 Oct 2021 18:27:42 -0400 Subject: [PATCH] cmake: fix find_program ozone --- platforms/nuttx/cmake/jlink.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/nuttx/cmake/jlink.cmake b/platforms/nuttx/cmake/jlink.cmake index f141e776c2..5186afb83d 100644 --- a/platforms/nuttx/cmake/jlink.cmake +++ b/platforms/nuttx/cmake/jlink.cmake @@ -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)