diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-12-03 18:20:19 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-12-03 18:51:18 +0100 |
commit | 147bcf2ed341683a088d3447f94736b76ba8f028 (patch) | |
tree | 74c71da8efc243579beb4918d0238102f4e22abc /README.md | |
parent | 9b88db807c977350757c70a8238b6a980240fb9e (diff) | |
download | ledger-147bcf2ed341683a088d3447f94736b76ba8f028.tar.gz ledger-147bcf2ed341683a088d3447f94736b76ba8f028.tar.bz2 ledger-147bcf2ed341683a088d3447f94736b76ba8f028.zip |
cmake: Improve finding ICU library
by using CMake's FindICU module to locate the required
icuuc and icui18n libraries for use with boost regex icu.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,7 @@ Dependency | Version (or greater) [Gmp] | 6.1.2 [Mpfr] | 4.0.2 [utfcpp] | 3.2.3 +[ICU] | 63 _optional_ [gettext] | 0.17 _optional_ [libedit] | 20090111-3.0 _optional_ [Python] | 3.9 _optional_ @@ -189,6 +190,7 @@ hack as much as you like, then [open a pull request on GitHub](https://github.co [GMP]: https://gmplib.org/ [MPFR]: https://www.mpfr.org/ [utfcpp]: https://utfcpp.sourceforge.net +[ICU]: https://icu.unicode.org [gettext]: https://www.gnu.org/software/gettext/ [libedit]: https://thrysoee.dk/editline/ [Python]: https://python.org |