mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-14 21:20:28 +01:00
bbf: Stop compilation if there is no ssl library specified by default
This commit is contained in:
parent
2c96216d8f
commit
3c981d6b18
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ SET(BBF_DM_SOURCES dmentry.c
|
|||
dmdiagnostics.c
|
||||
dmbbfcommon.c)
|
||||
|
||||
IF(NOT WITH_WOLFSSL AND NOT WITH_OPENSSL AND NOT WITH_MBEDTLS)
|
||||
MESSAGE(FATAL_ERROR "You must enable one of the SSL libraries: {'WOLFSSL','OPENSSL','MBEDTLS'}")
|
||||
ENDIF()
|
||||
|
||||
IF(BBF_TR181)
|
||||
SET(BBF_TR181_SOURCES dmtree/tr181/device.c
|
||||
dmtree/tr181/deviceinfo.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue