mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[libp7client] Fix cmake (#39070)
Fixes: ~~~ CMake Warning (dev) at ports/libp7client/portfile.cmake:24: Syntax Warning in cmake code at column 94 Argument not separated from preceding token by whitespace.
This commit is contained in:
parent
876a60002b
commit
c6433bd72c
@ -21,4 +21,4 @@ vcpkg_copy_pdbs()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/License.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/License.txt")
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libp7client",
|
||||
"version": "5.6",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "Open source, cross-platform, fastest library for sending logs, telemetry & trace data from your application.",
|
||||
"homepage": "https://baical.net/",
|
||||
"supports": "!(arm | uwp | osx)",
|
||||
|
@ -4802,7 +4802,7 @@
|
||||
},
|
||||
"libp7client": {
|
||||
"baseline": "5.6",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"libpcap": {
|
||||
"baseline": "1.10.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "17e5bb124013cf1044fcfdf32566c791cf323fa9",
|
||||
"version": "5.6",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "e0cf3d22ea3a838a2190f5d0ed1c804c42364268",
|
||||
"version": "5.6",
|
||||
|
Loading…
Reference in New Issue
Block a user