]> granicus.if.org Git - esp-idf/commit
mbedtls: component CMakeLists.txt corrections
authorRenz Christian Bagaporo <renz@espressif.com>
Tue, 4 Jun 2019 12:19:25 +0000 (20:19 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Tue, 11 Jun 2019 10:09:26 +0000 (18:09 +0800)
commit70dfcb35d44430256cb56c9c7ec21cfdcc8639c8
tree5dac296da88266deb211e72606eea8d463ee3d56
parent297b2c5a3974b376bb17dc3785e8ffffb2701913
mbedtls: component CMakeLists.txt corrections

Since !4452 the common component requirements automatically get
privately linked to libraries built under ESP-IDF build system (this
includes targets from third-party libraries). This removes a variable
that was used for that purpose before !4452.

Since the internal target names were changed, the compile definition for
warning on using deprecated functions is not being passed. Since using
the internal name is unreliable, prefer passing this compile definition
from the test itself.
components/mbedtls/CMakeLists.txt
components/mbedtls/test/CMakeLists.txt