From e00eade735c4fa5bb6670fd223445913f7524286 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 3 May 2025 14:58:20 -0700 Subject: [PATCH] Change boost version for boost::process changes to 1.86.0 That introduced a deprecation warning when including the unversioned boost::process headers. The warning breaks the Arch Linux CI because of -Werror. --- libgnucash/app-utils/gnc-quotes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/app-utils/gnc-quotes.cpp b/libgnucash/app-utils/gnc-quotes.cpp index fcc67cc782..e3a87f38f5 100644 --- a/libgnucash/app-utils/gnc-quotes.cpp +++ b/libgnucash/app-utils/gnc-quotes.cpp @@ -37,7 +37,7 @@ #include #include #include -#if BOOST_VERSION < 108800 +#if BOOST_VERSION < 108600 #include #ifdef BOOST_WINDOWS_API #include