Fix enclosing include brackets in cmake

Signed-off-by: Franz Auernigg <f.auernigg@commend.com>
pull/1893/head
Franz Auernigg 5 years ago committed by Roger Light
parent c5fe1fc36b
commit 73f1a1c892

@ -3,7 +3,7 @@ if (WITH_TLS AND CJSON_FOUND)
include_directories(${mosquitto_SOURCE_DIR} ${mosquitto_SOURCE_DIR}/include
${mosquitto_SOURCE_DIR}/lib ${mosquitto_SOURCE_DIR}/src
${OPENSSL_INCLUDE_DIR} ${STDBOOL_H_PATH} ${STDINT_H_PATH}
${CJSON_INCLUDE_DIRS}) ${mosquitto_SOURCE_DIR}/apps/mosquitto_passwd
${CJSON_INCLUDE_DIRS} ${mosquitto_SOURCE_DIR}/apps/mosquitto_passwd)
add_executable(mosquitto_ctrl
mosquitto_ctrl.c mosquitto_ctrl.h

Loading…
Cancel
Save