mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 00:20:55 +02:00
Fixed indentation from last commit.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user