cmake change for ci

This commit is contained in:
Crylia
2024-03-26 21:08:53 +01:00
parent 30e2fc795c
commit 1c3f67364d

View File

@@ -18,7 +18,7 @@ if(NOT SDL2_FOUND)
message(STATUS "SDL2 not found. Fallback to SDL3.")
# Find SDL3 package
find_package(SDL3 REQUIRED)
find_package(SDL3 REQUIRED CONFIG)
set(SDL_INCLUDE_DIRS ${SDL3_INCLUDE_DIRS})
set(SDL_LIBRARIES ${SDL3_LIBRARIES})
else()