Fix enclosing include brackets in cmake

Signed-off-by: Franz Auernigg <f.auernigg@commend.com>
This commit is contained in:
Franz Auernigg 2020-11-11 09:32:58 +01:00 committed by Roger Light
parent c5fe1fc36b
commit 73f1a1c892

View File

@ -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