cmake: fix find_program ozone

This commit is contained in:
Daniel Agar
2021-10-04 18:27:42 -04:00
parent a519916d79
commit 896ad3a627
+1 -1
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)