From 25beb074607d4712f00e426a3ad1fcf6336f5224 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sat, 28 May 2022 17:39:12 +0800 Subject: [PATCH] OpenAL-soft: Search Oboe in config mode. --- libs/openal-soft/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/openal-soft/CMakeLists.txt b/libs/openal-soft/CMakeLists.txt index d1b89527..522d4831 100644 --- a/libs/openal-soft/CMakeLists.txt +++ b/libs/openal-soft/CMakeLists.txt @@ -1128,7 +1128,7 @@ if(ANDROID) set(OBOE_TARGET oboe) else() - find_package(Oboe) + find_package(Oboe CONFIG) if(TARGET oboe::oboe) set(OBOE_TARGET "oboe::oboe") endif()