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
1 changed files with 1 additions and 1 deletions

View File

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