1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

mbedtls: Force mbedTLS usage when built for ESP32

This commit is contained in:
Juraj Vijtiuk 2017-08-28 20:13:48 +08:00 committed by Andy Green
parent 3aaf38d3d8
commit ea5638cb2c

View file

@ -171,6 +171,7 @@ endif()
if (LWS_WITH_ESP32)
set(LWS_WITH_SHARED OFF)
set(LWS_WITH_SSL ON)
set(LWS_USE_MBEDTLS ON)
# set(LWS_WITHOUT_CLIENT ON)
set(LWS_WITHOUT_TESTAPPS ON)
set(LWS_WITHOUT_EXTENSIONS ON)