- Drop libboost_system-devel-impl: no longer existing (boo#1250512) OBS-URL: https://build.opensuse.org/package/show/Office/gnucash?expand=0&rev=63
14 lines
550 B
Diff
14 lines
550 B
Diff
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})
|