From 1317be4944c9c3f0cbcfea2d52fc06dcaa57d5af Mon Sep 17 00:00:00 2001 From: tbrekalo Date: Thu, 30 Nov 2023 19:06:35 +0000 Subject: [PATCH] spoa-upgrade: update spoa tag in CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20dcbca..a8ec4a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ if (NOT edlib_FOUND) endif () endif () -find_package(spoa 4.1.2 QUIET) +find_package(spoa 4.1.4 QUIET) if (NOT spoa_FOUND) FetchContent_Declare( spoa