1
0
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:
Manuel Pégourié-Gonnard
2015-01-23 13:33:31 +00:00
parent c26a092b50
commit cfa9a45dd6
3 changed files with 9 additions and 9 deletions

View File

@@ -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