From ce74d4012d6a3513014d36d72520fb999d62dc52 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 26 Jan 2026 23:43:42 -0500 Subject: [PATCH] Update openAL-Soft --- thirdparty/cpm-openal-soft.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/cpm-openal-soft.cmake b/thirdparty/cpm-openal-soft.cmake index 05c2f29d5..44ca6a023 100644 --- a/thirdparty/cpm-openal-soft.cmake +++ b/thirdparty/cpm-openal-soft.cmake @@ -1,7 +1,7 @@ CPMAddPackage( NAME openal-soft - VERSION 1.25.0 - URL "https://github.com/kcat/openal-soft/archive/refs/tags/1.25.0.zip" + VERSION 1.25.1 + URL "https://github.com/kcat/openal-soft/archive/refs/tags/1.25.1.zip" EXCLUDE_FROM_ALL ON OPTIONS "AL_LIBTYPE_STATIC ON"