From b6db287c9b4d7bf3f01f7865cfbe7386b37274a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20He=C3=9F?= <tim.hess@rwth-aachen.de> Date: Fri, 19 Apr 2024 13:13:39 +0200 Subject: [PATCH] add missing mosquitto package to install scripts --- install_packages.bat | 2 +- install_packages.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_packages.bat b/install_packages.bat index d7f4a03..bc187e4 100644 --- a/install_packages.bat +++ b/install_packages.bat @@ -1 +1 @@ -vcpkg install boost-date-time boost-asio nlohmann-json boost-thread cpprestsdk boost-algorithm paho-mqttpp3 openssl boost-date-time:x64-windows boost-asio:x64-windows nlohmann-json:x64-windows boost-thread:x64-windows cpprestsdk:x64-windows boost-algorithm:x64-windows paho-mqttpp3:x64-windows openssl:x64-windows \ No newline at end of file +vcpkg install boost-date-time boost-asio nlohmann-json boost-thread cpprestsdk boost-algorithm paho-mqttpp3 openssl mosquitto boost-date-time:x64-windows boost-asio:x64-windows nlohmann-json:x64-windows boost-thread:x64-windows cpprestsdk:x64-windows boost-algorithm:x64-windows paho-mqttpp3:x64-windows openssl:x64-windows mosquitto:x64-windows \ No newline at end of file diff --git a/install_packages.sh b/install_packages.sh index c69fa80..5f30fc0 100644 --- a/install_packages.sh +++ b/install_packages.sh @@ -1,2 +1,2 @@ #!/usr/bin/bash -vcpkg install boost-date-time boost-asio nlohmann-json boost-thread cpprestsdk boost-algorithm paho-mqttpp3 openssl \ No newline at end of file +vcpkg install boost-date-time boost-asio nlohmann-json boost-thread cpprestsdk boost-algorithm paho-mqttpp3 openssl mosquitto \ No newline at end of file -- GitLab