Fixed indentation from last commit.

This commit is contained in:
Miku AuahDark
2022-06-03 09:01:12 +08:00
parent 54b9fa80a7
commit 83fd21b130
+3 -3
View File
@@ -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()