Merge pull request #5109 from orbea/remove_mbedtls_install

Remove mbedtls install target (Again)
This commit is contained in:
Matthew Parlane 2017-03-20 13:27:42 +13:00 committed by GitHub
commit 4412463310

View file

@ -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()