mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 01:01:11 +08:00
parent
a16d7e0661
commit
4ab0f4bd39
@ -22,6 +22,7 @@ endif (WIN32)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
option(WITH_BUNDLED_DEPS "Build with bundled dependencies?" ON)
|
||||
option(WITH_TLS
|
||||
"Include SSL/TLS support?" ON)
|
||||
option(WITH_TLS_PSK
|
||||
|
@ -64,7 +64,6 @@ set (MOSQ_SRCS
|
||||
../lib/will_mosq.c ../lib/will_mosq.h)
|
||||
|
||||
|
||||
option(WITH_BUNDLED_DEPS "Build with bundled dependencies?" ON)
|
||||
if (WITH_BUNDLED_DEPS)
|
||||
include_directories(${mosquitto_SOURCE_DIR} ${mosquitto_SOURCE_DIR}/src/deps)
|
||||
endif (WITH_BUNDLED_DEPS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user