From a1368ed18308e8b40986c24eca331b67bcdb1549 Mon Sep 17 00:00:00 2001 From: matth-x <63792403+matth-x@users.noreply.github.com> Date: Thu, 10 Oct 2024 06:52:00 +0000 Subject: [PATCH] fix enable TLS build flag (fixes #31) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5632e24..31f02a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,7 @@ else() mbedx509 ) target_compile_definitions(mo_simulator PUBLIC - MG_ENABLE_MBEDTLS=1 + MG_TLS=MG_TLS_MBED ) endif()