From d268db5cffc468fb9f8c3ccc6a03301441b4cd4b Mon Sep 17 00:00:00 2001 From: Sven Paulsen Date: Mon, 23 Oct 2023 20:21:32 +0200 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 4a0b829..6e1f7ca 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 d76b9a1ac424b5b259c2faeea0dc83d215df522a # version 0.11.17 + GIT_TAG 3898fff8ed923e118326bf07822961d222cb2a9a # version 0.11.18 DOWNLOAD_DIR ${MINIAUDIO_DIR} SOURCE_DIR ${MINIAUDIO_DIR} )