mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 14:38:17 +02:00
Fix typo in CMakeLists.txt
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user