Fix SDL3 detection
This commit is contained in:
parent
c065851616
commit
ac0dc48263
|
@ -16,7 +16,7 @@ endif()
|
|||
|
||||
find_package(SDL3 QUIET)
|
||||
|
||||
if (NOT ${SDL3_FOUND}
|
||||
if (NOT ${SDL3_FOUND})
|
||||
find_package(SDL2 REQUIRED)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue