mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:50:58 +08:00
[libdatachannel] Fix LibJuice's find method (#36338)
* Find vcpkg library * update version * Delete FindLibJuice under source * update verison
This commit is contained in:
parent
8ea2dffddc
commit
64e52bff30
@ -14,7 +14,7 @@ vcpkg_from_github(
|
||||
${PATCHES}
|
||||
fix_dependency.patch
|
||||
)
|
||||
|
||||
file(REMOVE "${SOURCE_PATH}/cmake/Modules/FindLibJuice.cmake")
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" DATACHANNEL_STATIC_LINKAGE)
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libdatachannel",
|
||||
"version-semver": "0.19.5",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
|
||||
"homepage": "https://github.com/paullouisageneau/libdatachannel",
|
||||
"license": "MPL-2.0",
|
||||
|
@ -4210,7 +4210,7 @@
|
||||
},
|
||||
"libdatachannel": {
|
||||
"baseline": "0.19.5",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"libdatrie": {
|
||||
"baseline": "0.2.13",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "73a4d8cba18306b14a98b1fb70d35bfa588ce386",
|
||||
"version-semver": "0.19.5",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "2b2d69b30260c468757b11bea046e2dabcba0516",
|
||||
"version-semver": "0.19.5",
|
||||
|
Loading…
Reference in New Issue
Block a user