aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindMbedTLS.cmake
Commit message (Collapse)AuthorAge
* fixes #2175 FindMbedTLS.cmake missing includeGarrett D'Amore2025-10-07
|
* build: Mbed TLS should use MBEDTLS_ROOT first.Garrett D'Amore2024-02-25
| | | | | The old MBEDTLS_ROOT_DIR is still honored for legacy compat, but the version 4.3 find script won't use it by default.
* windows: Try using IMPORTED_LOCATION instead of IMPLIB.Garrett D'Amore2024-01-27
|
* Mbed TLS CMake improvements.Garrett D'Amore2024-01-27
Try to use the Mbed TLS cmake configuration data if present, and refactor our FindModule to adhere to the same basic API.