mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
[paho-mqtt] use high performance (#36069)
* [paho-mqtt] use high performance * [paho-mqtt] regenerate version info
This commit is contained in:
parent
18b028fe78
commit
ea11fd4ba0
@ -18,6 +18,7 @@ vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DPAHO_WITH_SSL=TRUE
|
||||
-DPAHO_HIGH_PERFORMANCE=TRUE
|
||||
-DPAHO_BUILD_SHARED=${PAHO_BUILD_DYNAMIC}
|
||||
-DPAHO_BUILD_STATIC=${PAHO_BUILD_STATIC}
|
||||
-DPAHO_ENABLE_TESTING=FALSE
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "paho-mqtt",
|
||||
"version": "1.3.13",
|
||||
"port-version": 1,
|
||||
"description": "Paho project provides open-source client implementations of MQTT and MQTT-SN messaging protocols aimed at new, existing, and emerging applications for the Internet of Things",
|
||||
"homepage": "https://github.com/eclipse/paho.mqtt.c",
|
||||
"license": "EPL-2.0",
|
||||
|
@ -6462,7 +6462,7 @@
|
||||
},
|
||||
"paho-mqtt": {
|
||||
"baseline": "1.3.13",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"paho-mqttpp3": {
|
||||
"baseline": "1.3.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7ea6a82c6e59b0300a88ba3ce22c81cc0346af9f",
|
||||
"version": "1.3.13",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "afbbb351ea649d52651cd70c71bd133d6527215f",
|
||||
"version": "1.3.13",
|
||||
|
Loading…
Reference in New Issue
Block a user