From 83fd21b130b2f996526e23be1d6bd05ae48b4df9 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Fri, 3 Jun 2022 09:01:12 +0800 Subject: [PATCH] Fixed indentation from last commit. --- libs/openal-soft/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()