File gnucash-boost-1.89.patch of Package gnucash
Index: gnucash-5.12/CMakeLists.txt
===================================================================
--- gnucash-5.12.orig/CMakeLists.txt
+++ gnucash-5.12/CMakeLists.txt
@@ -576,7 +576,7 @@ set (Boost_FIND_QUIETLY ON)
if (NOT DEFINED ${BOOST_ROOT})
set(BOOST_ROOT $ENV{BOOST_ROOT})
endif()
-find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system)
+find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex)
if (Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})