Issue #1641.
@ -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)
if (WITH_BUNDLED_DEPS)
include_directories(${mosquitto_SOURCE_DIR} ${mosquitto_SOURCE_DIR}/src/deps)
endif (WITH_BUNDLED_DEPS)