From af10630d09599722c3cdca67ca72cad3f2db8f9a Mon Sep 17 00:00:00 2001 From: Sven Paulsen Date: Wed, 15 Nov 2023 19:52:55 +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 6e1f7ca..e09e4ec 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 3898fff8ed923e118326bf07822961d222cb2a9a # version 0.11.18 + GIT_TAG 3b50a854ec16c273a6bafd13cfd1ef159e48ce7e # version 0.11.20 DOWNLOAD_DIR ${MINIAUDIO_DIR} SOURCE_DIR ${MINIAUDIO_DIR} )