Files
esp-idf/components
Marius Vikhammer 390bdf2f78 mbedtls: fixed CMake build warning
Building mbedtls with CMake would warn that:

"A private source from a directory other than that of target "mbedcrypto
 has a relative path"

This happened due to some of the CMake variables listing sources could be empty.

Changed to only use target_sources in the code-path where we set the sources,
so we only call target_sources will non-empty variables.

Closes https://github.com/espressif/esp-idf/issues/6767
2021-05-19 11:11:04 +08:00
..
2021-05-08 17:38:24 +08:00
2021-03-31 14:21:49 +08:00
2021-01-12 14:05:08 +08:00
2021-05-14 11:14:03 +08:00
2021-01-06 17:21:53 +05:30
2020-12-25 15:46:36 +08:00
2021-03-16 10:33:31 +08:00