Skip to content

Commit

Permalink
fix enable TLS build flag (fixes #31)
Browse files Browse the repository at this point in the history
  • Loading branch information
matth-x committed Oct 10, 2024
1 parent 1ed8e20 commit a1368ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ else()
mbedx509
)
target_compile_definitions(mo_simulator PUBLIC
MG_ENABLE_MBEDTLS=1
MG_TLS=MG_TLS_MBED
)

endif()
Expand Down

0 comments on commit a1368ed

Please sign in to comment.