cmake: fix linking when wolfSSL not in default paths
authorPetr Štetiar <ynezz@true.cz>
Thu, 10 Dec 2020 10:38:33 +0000 (11:38 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 10 Dec 2020 10:41:26 +0000 (11:41 +0100)
commit63656f81045f35e96eb15668b43fba26de27b472
tree044ba5f3496b8e800131e62525858d2085bbe82f
parentc26f71e844df078d2b52307594022bf4924b4915
cmake: fix linking when wolfSSL not in default paths

Fixes following issue when wolfSSL libs are installed in different
paths:

 /usr/bin/ld: cannot find -lwolfssl

Signed-off-by: Petr Štetiar <ynezz@true.cz>
CMakeLists.txt