Fix SDL3 detection

This commit is contained in:
Andy Vandijck 2025-05-20 15:26:00 +02:00
parent c065851616
commit ac0dc48263
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ endif()
find_package(SDL3 QUIET)
if (NOT ${SDL3_FOUND}
if (NOT ${SDL3_FOUND})
find_package(SDL2 REQUIRED)
endif()