From f72c4f0985abd75087747e043ff0a7f170106247 Mon Sep 17 00:00:00 2001 From: Geraint Luff Date: Wed, 12 Feb 2025 17:47:17 +0000 Subject: [PATCH] Use version of `signalsmith-linear` with input/output copying --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e8698c..fb91d9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include(FetchContent) FetchContent_Declare( signalsmith-linear GIT_REPOSITORY https://github.com/Signalsmith-Audio/linear.git - GIT_TAG 8b552cc24e334387c863033826769a4c6c89c1f2 + GIT_TAG c600e0420d260469566c41e1ccb64f89ee439dd3 GIT_SHALLOW ON ) FetchContent_MakeAvailable(signalsmith-linear)