esp-tls: remove redundant snippet from CMakeList

This commit is contained in:
Mahavir Jain 2022-01-04 15:41:06 +05:30
parent c26500cd5a
commit 201e0b39a7

View File

@ -20,11 +20,6 @@ if(CONFIG_ESP_TLS_USING_WOLFSSL)
target_link_libraries(${COMPONENT_LIB} PUBLIC ${wolfssl})
endif()
if(CONFIG_ESP_TLS_USE_SE)
idf_component_get_property(cryptoauthlib esp-cryptoauthlib COMPONENT_LIB)
target_link_libraries(${COMPONENT_LIB} PUBLIC ${cryptoauthlib})
endif()
# Increase link multiplicity to get some lwip symbols correctly resolved by the linker
# due to cyclic dependencies present in IDF for lwip/esp_netif/mbedtls
idf_component_get_property(lwip lwip COMPONENT_LIB)