diff --git a/libs/openal-soft/CMakeLists.txt b/libs/openal-soft/CMakeLists.txt index aca1711d..8c93b974 100644 --- a/libs/openal-soft/CMakeLists.txt +++ b/libs/openal-soft/CMakeLists.txt @@ -1129,9 +1129,9 @@ if(ANDROID) set(OBOE_TARGET oboe) else() find_package(oboe CONFIG) - if(NOT TARGET oboe::oboe) - find_package(Oboe) - endif() + if(NOT TARGET oboe::oboe) + find_package(Oboe) + endif() if(TARGET oboe::oboe) set(OBOE_TARGET "oboe::oboe") endif()