Skip to content

Commit

Permalink
cmake change for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Crylia committed Mar 26, 2024
1 parent 30e2fc7 commit 1c3f673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1c3f673

Please sign in to comment.