From 49dc7bf6b9524f72f16ff6c7fb640654d7cbdcd6 Mon Sep 17 00:00:00 2001 From: Geraint Luff Date: Thu, 27 Feb 2025 16:14:06 +0000 Subject: [PATCH] Bump Linear version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0cd91f..c1efae0 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.1 + GIT_TAG 0.1.2 GIT_SHALLOW ON ) FetchContent_MakeAvailable(signalsmith-linear)