Add missing WITH_CJSON option.

pull/2092/head v2.0.6
Roger A. Light 5 years ago
parent 53b7cc5fc1
commit bbe0afbfbe

@ -99,6 +99,7 @@ if (WITH_DLT)
add_definitions("-DWITH_DLT")
endif (WITH_DLT)
option(WITH_CJSON "Build with cJSON support (required for dynamic security plugin and useful for mosquitto_sub)?" ON)
if (WITH_CJSON)
FIND_PACKAGE(cJSON)
if (CJSON_FOUND)

Loading…
Cancel
Save