diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-03-23 14:05:18 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-03-24 14:29:57 +0800 |
commit | 956d8ea37247b34a5300c9d55abc7c75324fff33 (patch) | |
tree | 3587bde3b79e82cc550fbf66d335e735a7b1eaf1 /README.md | |
parent | 49cf3323ae2079b7ce1be101dc43780ce8e4296e (diff) | |
download | fork-ledger-956d8ea37247b34a5300c9d55abc7c75324fff33.tar.gz fork-ledger-956d8ea37247b34a5300c9d55abc7c75324fff33.tar.bz2 fork-ledger-956d8ea37247b34a5300c9d55abc7c75324fff33.zip |
Bump required CMake version to 3.16.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,7 @@ current `master` branch: Dependency | Version (or greater) ------------|--------------------- +[CMake] | 3.16.2 [Boost] | 1.49 [GMP] | 4.2.2 [MPFR] | 2.4.0 @@ -183,6 +184,7 @@ hack as much as you like, then send me a pull request via GitHub. [ledger/vim-ledger repository]: https://github.com/ledger/vim-ledger [Homebrew]: https://brew.sh/ [MacPorts]: https://www.macports.org/ +[CMake]: https://cmake.org [Boost]: https://boost.org [GMP]: https://gmplib.org/ [MPFR]: https://www.mpfr.org/ |