cmake: use system libwhereami if available

This commit is contained in:
Philippe Teuwen 2020-06-18 01:51:36 +02:00
commit cdf1bc3ce7
2 changed files with 32 additions and 7 deletions

View file

@ -58,9 +58,9 @@ At the moment both are maintained because they don't perfectly overlap yet.
| dep reveng | in_deps | in_deps | |
| `SKIPREVENGTEST` | yes(1) | **no**(2) | (1) e.g. if cross-compilation (2) tests aren't compiled/ran with cmake |
| dep tinycbor | in_deps | in_deps | |
| dep whereami | sys / in_deps | **in_deps only** | |
| whereami detection | **search /usr/include/whereami.h** | **none** | no .pc available |
| `SKIPWHEREAMISYSTEM` | yes | **no** | |
| dep whereami | sys / in_deps | sys / in_deps | |
| whereami detection | **search /usr/include/whereami.h** | find* | no .pc available |
| `SKIPWHEREAMISYSTEM` | yes | yes | |
| version | mkversion | mkversion | |
| install | yes (1) | **no** | (1) supports `DESTDIR`, `PREFIX`, `UDEV_PREFIX`. Installs resources as well, `INSTALL*RELPATH` |
| deb | no | partial? | |