mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #5109 from orbea/remove_mbedtls_install
Remove mbedtls install target (Again)
This commit is contained in:
commit
4412463310
@ -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…
Reference in New Issue
Block a user