Skip to content

Commit

Permalink
upgrade to SDL 2.10.4 in cmake builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Jan 6, 2021
1 parent e38f6ac commit 836cba1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/SDL2.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
set(LibSDL2_Spec_URL "http://www.libsdl.org/release/SDL2-2.0.7.tar.gz")
set(LibSDL2_Spec_ArchiveName SDL2-2.0.7.tar.gz)
set(LibSDL2_Spec_ArchiveHash "SHA256=ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e")
set(LibSDL2_Spec_URL "http://www.libsdl.org/release/SDL2-2.0.14.tar.gz")
set(LibSDL2_Spec_ArchiveName SDL2-2.0.14.tar.gz)
set(LibSDL2_Spec_ArchiveHash "SHA256=d8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc")

set(LibSDL2_Spec_MacLibraries libSDL2-2.0.0.dylib)
set(LibSDL2_Spec_MacLibrariesSymlinks libSDL2*.dylib)
set(LibSDL2_Spec_LinuxLibraries libSDL2-2.0.so.0.7.0)
set(LibSDL2_Spec_LinuxLibraries libSDL2-2.0.so.0.14.0)
set(LibSDL2_Spec_LinuxLibrariesSymlinks libSDL2*so*)
set(LibSDL2_Spec_WindowsLibraries libSDL2.dll.a)
set(LibSDL2_Spec_WindowsDLLs SDL2.dll)
Expand Down

0 comments on commit 836cba1

Please sign in to comment.