[uvw] Fix usage (#25684)

* [uvw] Fix usage

* version
This commit is contained in:
Jack·Boos·Yu 2022-07-11 23:20:49 +00:00 committed by GitHub
parent 7f4476af9d
commit 1c284e9aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -1,2 +1,2 @@
find_package(unofficial-libuv CONFIG REQUIRED)
find_package(libuv CONFIG REQUIRED)
include ("${CMAKE_CURRENT_LIST_DIR}/uvw-targets.cmake")

View File

@ -1,7 +1,7 @@
{
"name": "uvw",
"version": "2.12.1",
"port-version": 1,
"port-version": 2,
"description": "Header-only, event based, tiny and easy to use libuv wrapper in modern C++.",
"homepage": "https://github.com/skypjack/uvw",
"license": "MIT",

View File

@ -7362,7 +7362,7 @@
},
"uvw": {
"baseline": "2.12.1",
"port-version": 1
"port-version": 2
},
"uwebsockets": {
"baseline": "20.14.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c36c66a8d5f4a6eed4aa9fe4399f32a516d3883c",
"version": "2.12.1",
"port-version": 2
},
{
"git-tree": "609b48de110aa8763d8f4a674ac3aa7c5821382f",
"version": "2.12.1",