From 6103cbfbd36dab9e322c6cca15cf56960478b742 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Thu, 10 Aug 2023 22:34:12 +0800 Subject: [PATCH] [gnucash-cli] doesn't need gnc-gnome-utils anymore removing 4k from the gnucash-cli file --- gnucash/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/CMakeLists.txt b/gnucash/CMakeLists.txt index 95ff42cd8f4..a9461979b3f 100644 --- a/gnucash/CMakeLists.txt +++ b/gnucash/CMakeLists.txt @@ -140,7 +140,7 @@ add_dependencies (gnucash-cli gnucash) target_compile_definitions(gnucash-cli PRIVATE -DG_LOG_DOMAIN=\"gnc.bin\") target_link_libraries (gnucash-cli - gnc-gnome-utils gnc-app-utils + gnc-app-utils gnc-engine gnc-core-utils gnucash-guile gnc-report ${GUILE_LDFLAGS} PkgConfig::GLIB2 ${Boost_LIBRARIES}