mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Enable AQBanking by default in CMake build.
This commit is contained in:
parent
5195c42107
commit
0745cb9af5
@ -52,7 +52,7 @@ INCLUDE (MakeDistFiles)
|
||||
# SQL, put -D WITH_SQL=OFF on the command line.
|
||||
|
||||
OPTION (WITH_SQL "Build this project with SQL (libdbi) support" ON)
|
||||
OPTION (WITH_AQBANKING "Build this project with aqbanking (online banking) support" OFF )
|
||||
OPTION (WITH_AQBANKING "Build this project with aqbanking (online banking) support" ON)
|
||||
OPTION (WITH_GNUCASH "Build all of GnuCash, not just cutecash" ON)
|
||||
OPTION (WITH_CUTECASH "Also build cutecash" OFF)
|
||||
OPTION (WITH_OFX "compile with ofx support (needs LibOFX)" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user