commit | 6f519a3b22db746c08edf7ad20ac84a536642bfb | [log] [tgz] |
---|---|---|
author | Jarno Lamsa <jarno.lamsa@arm.com> | Thu Apr 25 13:51:54 2019 +0300 |
committer | Jarno Lamsa <jarno.lamsa@arm.com> | Thu Apr 25 13:51:54 2019 +0300 |
tree | c4625702aa216d5a1a674f19e1e528e5146484ec | |
parent | 337dad98f68fd6b0a0874dab1b648f78c39d82c0 [diff] |
Fix typo in CMakeLists.txt
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index ebcfea9..182e3a6 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -131,7 +131,7 @@ 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!")