Skip to content

Commit

Permalink
Pin to latest SDL3
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyGaul committed Dec 18, 2024
1 parent fe7e7a3 commit 4a50b34
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 @@ -316,7 +316,7 @@ else()
set(SDL_EXAMPLES OFF CACHE BOOL "Do not build SDL examples")
FetchContent_Declare(
SDL3
URL https://github.com/libsdl-org/SDL/archive/d9e6fe0b7a22dae7835c62a120f1a22585b0d9c0.zip
URL https://github.com/libsdl-org/SDL/archive/da80b9bce50b12c2731f85691fd6f9aec2eb4c2f.zip
DOWNLOAD_EXTRACT_TIMESTAMP ON
CMAKE_ARGS -DSDL_SHARED=$<NOT:${CF_FRAMEWORK_STATIC}> -DSDL_STATIC=${CF_FRAMEWORK_STATIC} -DSDL_TEST_LIBRARY=OFF -DSDL_TESTS=OFF -DSDL_EXAMPLES=OFF
)
Expand Down

0 comments on commit 4a50b34

Please sign in to comment.