mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Don't install static mbedtls libraries
This commit is contained in:
parent
553e8fae4c
commit
0d0f6f7278
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ if(MBEDTLS_FOUND)
|
|||
else()
|
||||
message(STATUS "Using static mbed TLS from Externals")
|
||||
set(MBEDTLS_LIBRARIES mbedtls mbedcrypto mbedx509)
|
||||
add_subdirectory(Externals/mbedtls/)
|
||||
add_subdirectory(Externals/mbedtls/ EXCLUDE_FROM_ALL)
|
||||
include_directories(Externals/mbedtls/include)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue