Skip to content

Commit

Permalink
Fix weboob option in custom configure summary
Browse files Browse the repository at this point in the history
Reviewers: #kmymoney, wojnilowicz

Reviewed By: #kmymoney, wojnilowicz

Differential Revision: https://phabricator.kde.org/D11494
  • Loading branch information
a17r committed Mar 19, 2018
1 parent a42a84b commit 8b086cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -317,7 +317,7 @@ nice_yesno("KMM_ADDRESSBOOK_FOUND")
nice_yesno("LIBOFX_FOUND")
nice_yesno("LIBOFX_HAVE_CLIENTUID")
nice_yesno("KBANKING_FOUND")
nice_yesno("WEBOOB_FOUND")
nice_yesno("ENABLE_WEBOOB")
nice_yesno("LIBICAL_FOUND")
nice_yesno("ENABLE_SQLCIPHER")
nice_yesno("USE_QT_DESIGNER")
Expand All @@ -340,7 +340,7 @@ OFX plugin: ${nice_LIBOFX_FOUND}
KBanking plugin: ${nice_KBANKING_FOUND}
weboob plugin: ${nice_WEBOOB_FOUND}
weboob plugin: ${nice_ENABLE_WEBOOB}
iCalendar export plugin: ${nice_LIBICAL_FOUND}
Expand Down

0 comments on commit 8b086cf

Please sign in to comment.