diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/mosquitto/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/mosquitto/vcpkg.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/mosquitto/portfile.cmake b/ports/mosquitto/portfile.cmake index 321ac137c..8994d6543 100644 --- a/ports/mosquitto/portfile.cmake +++ b/ports/mosquitto/portfile.cmake @@ -26,6 +26,7 @@ vcpkg_configure_cmake( -DWITH_THREADING=ON -DDOCUMENTATION=OFF -DWITH_PLUGINS=OFF + -DWITH_CJSON=OFF ) vcpkg_install_cmake() diff --git a/ports/mosquitto/vcpkg.json b/ports/mosquitto/vcpkg.json index 13ee87aca..b755eff18 100644 --- a/ports/mosquitto/vcpkg.json +++ b/ports/mosquitto/vcpkg.json @@ -1,6 +1,7 @@ { "name": "mosquitto", "version": "2.0.12", + "port-version": 1, "description": "Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol versions 3.1 and 3.1.1, MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model, This makes it suitable for machine to machine messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers like the Arduino", "homepage": "https://mosquitto.org/download/", "dependencies": [ |
