From 6f519a3b22db746c08edf7ad20ac84a536642bfb Mon Sep 17 00:00:00 2001 From: Jarno Lamsa Date: Thu, 25 Apr 2019 13:51:54 +0300 Subject: [PATCH] Fix typo in CMakeLists.txt --- library/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index ebcfea9130..182e3a66b1 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -131,7 +131,7 @@ if(LINK_WITH_PTHREAD) set(libs ${libs} pthread) endif() -set(lib ${libs} tinycrypt) +set(libs ${libs} tinycrypt) if (NOT USE_STATIC_MBEDTLS_LIBRARY AND NOT USE_SHARED_MBEDTLS_LIBRARY) message(FATAL_ERROR "Need to choose static or shared mbedtls build!")