Skip to content

Commit

Permalink
Update to latest OpenAL when using Hunter, fixes link error in GCC 11,
Browse files Browse the repository at this point in the history
…close #666
  • Loading branch information
kaetemi committed Apr 22, 2022
1 parent ff27c9c commit 04a7f9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeModules/HunterConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ hunter_config(luabind
SHA1 "1dfabfa89ee72066118e4e28e797830e118d2a9b"
)

hunter_config(OpenAL
VERSION "1.21.1"
URL "https://github.com/kcat/openal-soft/archive/refs/tags/1.21.1.tar.gz"
SHA1 "57acf4fa55180eeb16721ac5ec0df541f586df40")

0 comments on commit 04a7f9e

Please sign in to comment.