mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 01:22:57 +00: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