Skip to content

Commit

Permalink
Remove unused ${GNOME_LDFLAGS}
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcohen committed Feb 21, 2023
1 parent 08de175 commit c2a1cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/import-export/aqb/CMakeLists.txt
Expand Up @@ -67,7 +67,7 @@ if(WITH_AQBANKING)
gnc-register-gnome gnc-ledger-core gnc-engine gwengui-gtk3
${AQB_EXPORT_SYMBOLS} ${AQBANKING_LDFLAGS}
${GWENHYWFAR_LDFLAGS} ${GWEN_GTK3_LDFLAGS}
${GNOME_LDFLAGS} ${AQB_LIBSTDCXX})
${AQB_LIBSTDCXX})

target_compile_definitions(gncmod-aqbanking PRIVATE -DG_LOG_DOMAIN=\"gnc.import.aqbanking\")
target_compile_options(gncmod-aqbanking PRIVATE -Wno-deprecated-declarations)
Expand Down

0 comments on commit c2a1cd1

Please sign in to comment.