Skip to content

Commit

Permalink
install.sh: fix enabling mqtt (cmake option syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
r00t- committed Jan 30, 2024
1 parent d4f3b16 commit 9b8a255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pushd "$lib_dir"
echo "libmosquitto-dev is not installed"
exit 1
else
cmake_args="${cmake_args} -ENABLE_MQTT=on"
cmake_args="${cmake_args} -DENABLE_MQTT=on"
fi
fi

Expand Down

0 comments on commit 9b8a255

Please sign in to comment.