mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-19 17:27:54 +00:00
Change LINK_WITH_TRUSTED_STORAGE option to OFF
This commit is contained in:
parent
7e36765945
commit
6763fe4a12
|
@ -1,7 +1,7 @@
|
||||||
option(USE_STATIC_MBEDTLS_LIBRARY "Build mbed TLS static library." ON)
|
option(USE_STATIC_MBEDTLS_LIBRARY "Build mbed TLS static library." ON)
|
||||||
option(USE_SHARED_MBEDTLS_LIBRARY "Build mbed TLS shared library." OFF)
|
option(USE_SHARED_MBEDTLS_LIBRARY "Build mbed TLS shared library." OFF)
|
||||||
option(LINK_WITH_PTHREAD "Explicitly link mbed TLS library to pthread." OFF)
|
option(LINK_WITH_PTHREAD "Explicitly link mbed TLS library to pthread." OFF)
|
||||||
option(LINK_WITH_TRUSTED_STORAGE "Explicitly link mbed TLS library to trusted_storage." ON)
|
option(LINK_WITH_TRUSTED_STORAGE "Explicitly link mbed TLS library to trusted_storage." OFF)
|
||||||
|
|
||||||
# Set the project root directory if it's not already defined, as may happen if
|
# Set the project root directory if it's not already defined, as may happen if
|
||||||
# the library folder is included directly by a parent project, without
|
# the library folder is included directly by a parent project, without
|
||||||
|
|
Loading…
Reference in a new issue