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)