gnucash master: Enable AQBanking by default in CMake build.

John Ralls jralls at code.gnucash.org
Fri Jul 14 17:21:14 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/0745cb9a (commit)
	from  https://github.com/Gnucash/gnucash/commit/5195c421 (commit)



commit 0745cb9af5f4cdfdc47e335e8beb9a1ee61a9016
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jul 14 14:21:07 2017 -0700

    Enable AQBanking by default in CMake build.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e9ead23..dbde24b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)



Summary of changes:
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list