Skip to content

Commit

Permalink
Fix depedency issue
Browse files Browse the repository at this point in the history
This surfaced on the arch travis build
  • Loading branch information
gjanssens committed Oct 6, 2019
1 parent 8dc0e65 commit fa997b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/import-export/qif-imp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gnc_add_scheme_targets(scm-qif-import-0
gnc_add_scheme_targets(scm-qif-import-2
"${qif_import_SCHEME_2}"
"gnucash"
"${GUILE_DEPENDS}"
"${GUILE_DEPENDS};scm-qif-import-0"
FALSE
)

Expand Down

0 comments on commit fa997b5

Please sign in to comment.