gnucash master: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sat Sep 21 19:34:56 EDT 2019
Updated via https://github.com/Gnucash/gnucash/commit/78f44434 (commit)
via https://github.com/Gnucash/gnucash/commit/b8b33b95 (commit)
from https://github.com/Gnucash/gnucash/commit/980daeec (commit)
commit 78f44434da306645bc6e5c5db9ac41f9cac0a339
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Sep 21 15:34:36 2019 -0700
Fix missing include CheckSymbolExists and use the AQB linkage flags found by pkg-config.
commit b8b33b959143962181adefe92e9040d40d3a504f
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Sep 21 15:28:09 2019 -0700
Revert "More conversions from pkg-config variables to imported targets."
This reverts commit 1a9fcfefad723e45ccae7514eb6ea3ac97573ea9 because
on MinGW cmake complains about the paths in pkgconfig files. This can
be addressed by using the MSYS2 cmake instead of the MINGW32 one, but
that requires some other changes... and there's also a path separator
bug in that version of FindPkgConfig.cmake.
Summary of changes:
CMakeLists.txt | 86 ++++++++++++++--------
common/test-core/CMakeLists.txt | 4 +-
gnucash/CMakeLists.txt | 3 +-
gnucash/gnome-utils/CMakeLists.txt | 7 +-
gnucash/gnome-utils/test/CMakeLists.txt | 1 +
gnucash/gnome/CMakeLists.txt | 3 +-
gnucash/html/CMakeLists.txt | 2 +-
gnucash/import-export/CMakeLists.txt | 3 +-
gnucash/import-export/aqb/CMakeLists.txt | 10 ++-
gnucash/import-export/aqb/test/CMakeLists.txt | 4 +-
gnucash/import-export/csv-imp/CMakeLists.txt | 5 +-
gnucash/import-export/csv-imp/test/CMakeLists.txt | 3 +-
.../import-export/customer-import/CMakeLists.txt | 2 +-
gnucash/import-export/ofx/CMakeLists.txt | 6 +-
gnucash/import-export/test/CMakeLists.txt | 4 +-
gnucash/register/register-core/CMakeLists.txt | 3 +-
gnucash/report/CMakeLists.txt | 2 +-
gnucash/report/test/CMakeLists.txt | 1 +
libgnucash/app-utils/CMakeLists.txt | 6 +-
libgnucash/app-utils/test/CMakeLists.txt | 4 +-
libgnucash/backend/dbi/CMakeLists.txt | 2 +-
libgnucash/backend/dbi/test/CMakeLists.txt | 3 +-
libgnucash/backend/sql/test/CMakeLists.txt | 3 +-
libgnucash/backend/xml/CMakeLists.txt | 13 ++--
libgnucash/backend/xml/test/CMakeLists.txt | 6 +-
libgnucash/core-utils/CMakeLists.txt | 9 ++-
libgnucash/core-utils/test/CMakeLists.txt | 9 ++-
libgnucash/engine/CMakeLists.txt | 6 +-
libgnucash/engine/test-core/CMakeLists.txt | 3 +-
libgnucash/engine/test/CMakeLists.txt | 19 ++---
libgnucash/gnc-module/CMakeLists.txt | 4 +-
libgnucash/gnc-module/test/CMakeLists.txt | 2 +
.../gnc-module/test/misc-mods/CMakeLists.txt | 7 +-
libgnucash/gnc-module/test/mod-bar/CMakeLists.txt | 2 +
libgnucash/gnc-module/test/mod-baz/CMakeLists.txt | 2 +
libgnucash/gnc-module/test/mod-foo/CMakeLists.txt | 2 +
libgnucash/tax/CMakeLists.txt | 4 +-
37 files changed, 156 insertions(+), 99 deletions(-)
More information about the gnucash-patches
mailing list