mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 06:03:32 +01:00
Don't install static mbedtls libraries
This commit is contained in:
parent
553e8fae4c
commit
0d0f6f7278
@ -708,7 +708,7 @@ if(MBEDTLS_FOUND)
|
|||||||
else()
|
else()
|
||||||
message(STATUS "Using static mbed TLS from Externals")
|
message(STATUS "Using static mbed TLS from Externals")
|
||||||
set(MBEDTLS_LIBRARIES mbedtls mbedcrypto mbedx509)
|
set(MBEDTLS_LIBRARIES mbedtls mbedcrypto mbedx509)
|
||||||
add_subdirectory(Externals/mbedtls/)
|
add_subdirectory(Externals/mbedtls/ EXCLUDE_FROM_ALL)
|
||||||
include_directories(Externals/mbedtls/include)
|
include_directories(Externals/mbedtls/include)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user