-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[mqtt-cpp] Update to 13.0.0 #25162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[mqtt-cpp] Update to 13.0.0 #25162
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
a049c71
update mqtt-cpp to version 13.0.0, adjust interface installation
dempo93 bbc9eb9
fix versions
dempo93 6c00119
triadias' comments
dempo93 e2af8db
Merge branch 'master' of github.com:dempo93/vcpkg
dempo93 543421e
fix versions
dempo93 18df26c
Update ports/mqtt-cpp/portfile.cmake
dempo93 6f8983b
Update ports/mqtt-cpp/portfile.cmake
dempo93 670f390
Update ports/mqtt-cpp/portfile.cmake
dempo93 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,27 @@ | ||
| vcpkg_from_github( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO redboltz/mqtt_cpp | ||
| REF v12.0.0 | ||
| SHA512 60f2497633373a316724b7c8f87c090eb2bb26202bf48a55c32a13888bf3ec5e9bdc8854056735f625af5b016bcd9bca179d980077fb8752e16710992a0ea0c5 | ||
| REF v13.0.0 | ||
| SHA512 | ||
| 2f0c85ac813cc6c99cc5b1ca02514ee6643abc39750bce541a362d1fcd281b8b9011cc39ddeaf4394fd3772904eed15e8ecbe6b3839caad13cae2b04201e682b | ||
| HEAD_REF master | ||
| ) | ||
| ) | ||
|
|
||
| vcpkg_cmake_configure( | ||
| SOURCE_PATH "${SOURCE_PATH}" | ||
| OPTIONS | ||
| -DMQTT_BUILD_EXAMPLES=OFF | ||
| -DMQTT_BUILD_TESTS=OFF | ||
| -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON | ||
| ) | ||
| -DMQTT_BUILD_EXAMPLES=OFF | ||
| -DMQTT_BUILD_TESTS=OFF | ||
| -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON | ||
| ) | ||
|
|
||
| vcpkg_cmake_install() | ||
|
|
||
| vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/mqtt_cpp_iface) | ||
| vcpkg_cmake_config_fixup(PACKAGE_NAME mqtt_cpp_iface CONFIG_PATH lib/cmake/mqtt_cpp_iface) | ||
|
|
||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") | ||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib") | ||
| file(INSTALL "${SOURCE_PATH}/LICENSE_1_0.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) | ||
| file( | ||
| INSTALL "${SOURCE_PATH}/LICENSE_1_0.txt" | ||
| DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" | ||
| RENAME copyright) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.