cmake: fix find_program ozone

This commit is contained in:
Daniel Agar 2021-10-04 18:27:42 -04:00
parent a519916d79
commit 896ad3a627
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
1 changed files with 1 additions and 1 deletions

View File

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