cmake: fix linking when mbed TLS not in default paths
authorPetr Štetiar <[email protected]>
Thu, 10 Dec 2020 11:16:01 +0000 (12:16 +0100)
committerPetr Štetiar <[email protected]>
Thu, 10 Dec 2020 11:18:05 +0000 (12:18 +0100)
commitfa8ecd6ed14036256e43cfe8ebaf52770e6e0826
tree16c7b17b24ead619cee6227139bb6076da7c645f
parent63656f81045f35e96eb15668b43fba26de27b472
cmake: fix linking when mbed TLS not in default paths

Fixes following issue when mbed TLS libs are installed in different
paths:

 /usr/bin/ld: cannot find -lmbedtls
 /usr/bin/ld: cannot find -lmbedcrypto
 /usr/bin/ld: cannot find -lmbedx509

Signed-off-by: Petr Štetiar <[email protected]>
CMakeLists.txt