Actions
Feature #283
closed[PATCH] Prepare .pc and .cmake for static builds
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gwenhywfar
Target version:
-
Start date:
08/25/2022
Due date:
% Done:
0%
Estimated time:
Betriebssystem:
andere
AqBanking-Version:
5.10.1
Anwendung:
andere
Version der Anwendung:
Description
This adds support for consuming a gwenhywfar that was compiled statically. Note that it does not guarantee the actual functionality of gwenhywfar compiled as such, but it prepares .pc and .cmake files for that.
Files
Updated by wrobelda over 3 years ago
Just realized that additional work in similar fashion is required for the GUIs, for their .pc.in and/or cmake.in, for all their own dependencies that they use.
Updated by wrobelda over 3 years ago
I'm also thinking that the pkg_check_modules() calls in cmake.in can be replaced with ordinary find_package() calls, if available, like for FindGnuTLS. Can be guarded with the minimum required CMake version number, per the find module's documentation (e.g. 3.16 for FindGnuTLS)
Updated by martin about 1 month ago
No follow-up in a long time, closing. Please reopen if still relevant.
Actions