mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
[comms] Update to 5.2.7 (#42286)
Co-authored-by: LilyWangLL <4945507022qq.com>
This commit is contained in:
parent
2fa5346b4e
commit
e0d12c0e51
@ -2,8 +2,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO commschamp/comms
|
REPO commschamp/comms
|
||||||
REF v4.0
|
REF "v${VERSION}"
|
||||||
SHA512 ec83bef647dd6c32e6ba98ce51970c48befaa2b0ff9c26f538fb0ce72e46da14cd592a0c652af5f9f10906f7058ff623dcf13ac4b81c96c0aea1fd8a31551bb7
|
SHA512 838b4c90a2c9c6374f0755a694057f60b53898dfdd100d16b0e81d308f6a62f3af9e680307b1782290d71c7c0d067fdf5af364e58f30907246b0fcad962e4ce8
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ vcpkg_cmake_configure(
|
|||||||
OPTIONS
|
OPTIONS
|
||||||
-DCC_COMMS_BUILD_UNIT_TESTS=OFF
|
-DCC_COMMS_BUILD_UNIT_TESTS=OFF
|
||||||
-DBUILD_TESTING=OFF
|
-DBUILD_TESTING=OFF
|
||||||
-DCC_WARN_AS_ERR=OFF
|
-DCC_COMMS_WARN_AS_ERR=OFF
|
||||||
)
|
)
|
||||||
vcpkg_cmake_install()
|
vcpkg_cmake_install()
|
||||||
vcpkg_cmake_config_fixup(PACKAGE_NAME LibComms CONFIG_PATH lib/LibComms/cmake)
|
vcpkg_cmake_config_fixup(PACKAGE_NAME LibComms CONFIG_PATH lib/LibComms/cmake)
|
||||||
@ -21,5 +21,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
|
|||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||||
|
|
||||||
# Handle copyright
|
# Handle copyright
|
||||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||||
configure_file("${CMAKE_CURRENT_LIST_DIR}/usage" "${CURRENT_PACKAGES_DIR}/share/${PORT}/usage" @ONLY)
|
configure_file("${CMAKE_CURRENT_LIST_DIR}/usage" "${CURRENT_PACKAGES_DIR}/share/${PORT}/usage" @ONLY)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "comms",
|
"name": "comms",
|
||||||
"version-semver": "4.0.0",
|
"version": "5.2.7",
|
||||||
"description": "COMMS is the C++(11) headers only, platform independent library, which makes the implementation of a communication protocol to be an easy and relatively quick process.",
|
"description": "COMMS is the C++(11) headers only, platform independent library, which makes the implementation of a communication protocol to be an easy and relatively quick process.",
|
||||||
"homepage": "https://commschamp.github.io/",
|
"homepage": "https://commschamp.github.io/",
|
||||||
"documentation": "https://github.com/commschamp/comms",
|
"documentation": "https://github.com/commschamp/comms",
|
||||||
|
@ -1817,7 +1817,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"comms": {
|
"comms": {
|
||||||
"baseline": "4.0.0",
|
"baseline": "5.2.7",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"comms-ublox": {
|
"comms-ublox": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "e9e4735a43786c44da7658392215c5d339c0d33c",
|
||||||
|
"version": "5.2.7",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "3a9bdbc7d61f9494ad2853f702a19699dae74a70",
|
"git-tree": "3a9bdbc7d61f9494ad2853f702a19699dae74a70",
|
||||||
"version-semver": "4.0.0",
|
"version-semver": "4.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user