[concurrencpp] fix supports (#25884)

* fix supports

* update
This commit is contained in:
Mengna Li 2022-07-21 06:43:31 +08:00 committed by GitHub
parent 429328f80a
commit a425267b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,5 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO David-Haim/concurrencpp
@ -18,4 +20,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/concurrencpp-0.1.4)
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/concurrencpp RENAME copyright)
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,10 +1,10 @@
{
"name": "concurrencpp",
"version": "0.1.4",
"port-version": 1,
"description": "concurrencpp is a tasking library for C++ allowing developers to write highly concurrent applications easily and safely by using tasks, executors and coroutines.",
"homepage": "https://github.com/David-Haim/concurrencpp/",
"license": "MIT",
"supports": "(windows & static) | linux | osx",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1542,7 +1542,7 @@
},
"concurrencpp": {
"baseline": "0.1.4",
"port-version": 0
"port-version": 1
},
"concurrentqueue": {
"baseline": "1.0.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ecae9e070ec807384d676e49c413118174487f6a",
"version": "0.1.4",
"port-version": 1
},
{
"git-tree": "180b2c3ae47ddd4832fd3d6f8359728a6eda1094",
"version": "0.1.4",