OpenAL-soft: Search Oboe in config mode.

This commit is contained in:
Miku AuahDark
2022-05-28 17:39:12 +08:00
parent 722f883661
commit 25beb07460
+1 -1
View File
@@ -1128,7 +1128,7 @@ if(ANDROID)
set(OBOE_TARGET oboe) set(OBOE_TARGET oboe)
else() else()
find_package(Oboe) find_package(Oboe CONFIG)
if(TARGET oboe::oboe) if(TARGET oboe::oboe)
set(OBOE_TARGET "oboe::oboe") set(OBOE_TARGET "oboe::oboe")
endif() endif()