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()
|
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…
Reference in New Issue