From 30fa53ab179750d47b6e369bd83f2262466b8c62 Mon Sep 17 00:00:00 2001 From: Sven Paulsen Date: Fri, 17 Nov 2023 12:39:14 +0100 Subject: [PATCH] update miniaudio --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e09e4ec..d7ec801 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -22,7 +22,7 @@ include(FetchContent) FetchContent_Declare( miniaudio GIT_REPOSITORY https://github.com/mackron/miniaudio.git - GIT_TAG 3b50a854ec16c273a6bafd13cfd1ef159e48ce7e # version 0.11.20 + GIT_TAG 4a5b74bef029b3592c54b6048650ee5f972c1a48 # version 0.11.21 DOWNLOAD_DIR ${MINIAUDIO_DIR} SOURCE_DIR ${MINIAUDIO_DIR} )