summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* utfcpp: Update to 4.0.4Alexis Hildebrandt2023-12-101-1/+1
|
* Bump required CMake version to 3.16.2Alexis Hildebrandt2023-03-245-2611/+0
|
* docs: Enable stand-alone buildingAlexis Hildebrandt2023-03-221-5/+0
|
* Refactor Ledger version info into cmake/LedgerVersion.cmakeAlexis Hildebrandt2023-03-051-0/+5
| | | | | so it can be re-used when generating the version.texi for ledger-website builds.
* Updated lib/utfcppAlexis Hildebrandt2023-02-011-1/+1
| | | | | | | * Squashed 'lib/utfcpp/' content from commit 79835a5fa git-subtree-dir: lib/utfcpp git-subtree-split: 79835a5fa57271f07a90ed36123e30ae9741178e * Change include path to utfcpp
* Fix typos found by codespellAlexis Hildebrandt2022-07-191-3/+3
|
* use system FindPython if newerAndy Clayton2020-05-185-0/+0
| | | | | Avoid needing to keep our copy updated and only keep it as a fallback for when system cmake is not new enough.
* Adjust FindPython/Support.cmake for backportDimitri John Ledkov2019-12-051-1/+5
|
* Cherrypick FindPython module from cmake 3.15, introduced in 3.12.Dimitri John Ledkov2019-12-055-0/+2607
|
* Prefer system utf8cpp if availableTim Landscheidt2019-01-141-1/+2
| | | | | | | The current logic always uses the bundled utf8cpp. This is contrary to the stated intent of commit 1d7dd3e082be8a046f21d4a2d51026ac3c1f7c14 if UTFCPP_PATH is not set explicitly.
* [cmake] Add FindUtfcpp.cmakeAlexis Hildebrandt2015-01-121-0/+30
it will look for utfcpp in the standard system paths, UTFCPP_PATH, and lib/utfcpp/v2_0/source. This allows the use of utfcpp in: * standard locations such as /usr/include on distributions shipping utfcpp * custom locations for users via UTFCPP_PATH * the source tree using the default location of the utfcpp git submodule, .i.e lib/utfcpp/v2_0 Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>