diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-02-06 15:02:22 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-06 15:02:22 -0800 |
| commit | ec41e14b871fe30f56296585a9b5a8fc27d47580 (patch) | |
| tree | ef52edad7d4a42f6d66b97a84cf4c831019d53d9 | |
| parent | a9dc513ef719ebb8e5dba4e0febd257379b46c37 (diff) | |
| parent | d56ed7ee7613e969a3f304b3377438cc5a9064d4 (diff) | |
| download | vcpkg-ec41e14b871fe30f56296585a9b5a8fc27d47580.tar.gz vcpkg-ec41e14b871fe30f56296585a9b5a8fc27d47580.zip | |
Merge pull request #9796 from anion155/patch-1
[mqtt-cpp] Fix dependencies list
| -rw-r--r-- | ports/mqtt-cpp/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/mqtt-cpp/CONTROL b/ports/mqtt-cpp/CONTROL index eae0c7dd4..4ea550b99 100644 --- a/ports/mqtt-cpp/CONTROL +++ b/ports/mqtt-cpp/CONTROL @@ -1,5 +1,5 @@ Source: mqtt-cpp -Version: 7.0.1-1 +Version: 7.0.1-2 Description: Header-only MQTT client/server for C++14 based on Boost.Asio. Homepage: https://github.com/redboltz/mqtt_cpp -Build-Depends: boost-asio, boost-timer, boost-system, boost-date-time +Build-Depends: boost-asio, boost-any, boost-multi-index, boost-type-erasure |
