Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust FindPython/Support.cmake for backport | Dimitri John Ledkov | 2019-12-05 | 1 | -1/+5 |
| | |||||
* | Cherrypick FindPython module from cmake 3.15, introduced in 3.12. | Dimitri John Ledkov | 2019-12-05 | 5 | -0/+2607 |
| | |||||
* | Prefer system utf8cpp if available | Tim Landscheidt | 2019-01-14 | 1 | -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.cmake | Alexis Hildebrandt | 2015-01-12 | 1 | -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> |