From 66fc9e8e22611d5cfde0a22cefc0d47302195cc3 Mon Sep 17 00:00:00 2001 From: Geraint Luff Date: Fri, 21 Feb 2025 15:04:39 +0000 Subject: [PATCH] Update Linear to 0.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6624bb7..a0cd91f 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 0.1.0 + GIT_TAG 0.1.1 GIT_SHALLOW ON ) FetchContent_MakeAvailable(signalsmith-linear)