Browse Source

OpenAL-soft: Search Oboe in config mode.

Miku AuahDark 3 years ago
parent
commit
25beb07460
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/openal-soft/CMakeLists.txt

+ 1 - 1
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()