Skip to content

Commit

Permalink
Update OpenAL Soft to 1.21.1 for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Nov 12, 2024
1 parent 64b180d commit 88fcb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ else()
target_link_options(jngl PUBLIC $<IF:$<CONFIG:Debug>,/defaultlib:vccorlibd.lib /defaultlib:msvcrtd.lib,/defaultlib:vccorlib.lib /defaultlib:msvcrt.lib>)
else()
FetchContent_Declare(openal
URL https://github.com/kcat/openal-soft/archive/openal-soft-1.20.1.zip
URL_HASH SHA1=d86a714e0e7900f4f7197738cb35432772bfe2e0)
URL https://github.com/kcat/openal-soft/archive/refs/tags/1.21.1.zip
URL_HASH SHA1=1442363faf47a5a7cd6287513068ecd6c70e747e)
set(ALSOFT_NO_CONFIG_UTIL ON CACHE BOOL "Disable building the alsoft-config utility" FORCE)
set(ALSOFT_UTILS OFF CACHE BOOL "Build and install utility programs" FORCE)
set(ALSOFT_EXAMPLES OFF CACHE BOOL "Build and install example programs" FORCE)
Expand Down

0 comments on commit 88fcb08

Please sign in to comment.