mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
Rename in cmake help strings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
option(USE_STATIC_POLARSSL_LIBRARY "Build PolarSSL static library." ON)
|
||||
option(USE_SHARED_POLARSSL_LIBRARY "Build PolarSSL shared library." OFF)
|
||||
option(LINK_WITH_PTHREAD "Explicitly link PolarSSL library to pthread." OFF)
|
||||
option(USE_STATIC_POLARSSL_LIBRARY "Build mbed TLS static library." ON)
|
||||
option(USE_SHARED_POLARSSL_LIBRARY "Build mbed TLS shared library." OFF)
|
||||
option(LINK_WITH_PTHREAD "Explicitly link mbed TLS library to pthread." OFF)
|
||||
|
||||
set(src
|
||||
aes.c
|
||||
|
Reference in New Issue
Block a user