Skip to content

Commit

Permalink
fix: fix CMake option name for ECO_MQTT_SUPPORT
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Nov 9, 2023
1 parent c3f3499 commit eb01650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set(LUA_INSTALL_PREFIX lib/lua/5.3)

option(ECO_SSL_SUPPORT "ssl" ON)
option(ECO_UBUS_SUPPORT "ubus" ON)
option(ECO_MQTT_SUPPORT "ubus" ON)
option(ECO_MQTT_SUPPORT "mqtt" ON)

add_executable(eco eco.c)
target_link_libraries(eco PRIVATE ${LIBEV_LIBRARY} ${LUA53_LIBRARIES})
Expand Down

0 comments on commit eb01650

Please sign in to comment.