mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[cppcoro] update to the latest commit (#27453)
* [cppcoro] update to the latest commit * update version
This commit is contained in:
parent
9b81411aa2
commit
2de7f388c5
@ -7,30 +7,29 @@ endif()
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO lewissbaker/cppcoro
|
||||
REF 92892f31d0c41b8e34e6292d7c9d99228da5c501
|
||||
SHA512 d1997b7449f1c5c0790575d0755ffbb5f9eef13a7610f3ec666a585bdbb93bb1553f79214c1023a1ef23aaeef64078ca6ee3784107645d7a75c7bba943c10b84
|
||||
REF 391215262bd40d68ac6534810164131f5f9eb148 #2022-10-25
|
||||
SHA512 22372a0385d6628e81d44cb3096186f7f79f53dff7786815546bfe6d8e1f5af4eae769c6b23e7d18aa123105418780d022239ebd48d25237fe6face9b74e42e8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt
|
||||
DESTINATION ${SOURCE_PATH}
|
||||
file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt"
|
||||
DESTINATION "${SOURCE_PATH}"
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DBUILD_TESTING=False
|
||||
)
|
||||
vcpkg_install_cmake()
|
||||
vcpkg_cmake_install()
|
||||
|
||||
vcpkg_fixup_cmake_targets()
|
||||
vcpkg_cmake_config_fixup()
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE.txt
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.txt"
|
||||
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
|
||||
RENAME copyright
|
||||
)
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
@ -1,8 +1,18 @@
|
||||
{
|
||||
"name": "cppcoro",
|
||||
"version-date": "2020-02-28",
|
||||
"port-version": 3,
|
||||
"version-date": "2022-10-25",
|
||||
"description": "A library of C++ coroutine abstractions for the Coroutines TS",
|
||||
"homepage": "https://github.com/lewissbaker/cppcoro",
|
||||
"supports": "!uwp"
|
||||
"license": "MIT",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1653,8 +1653,8 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"cppcoro": {
|
||||
"baseline": "2020-02-28",
|
||||
"port-version": 3
|
||||
"baseline": "2022-10-25",
|
||||
"port-version": 0
|
||||
},
|
||||
"cppfs": {
|
||||
"baseline": "1.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c12bf37fe268e0d060a6092ac597f8f8560416fa",
|
||||
"version-date": "2022-10-25",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "76350a224261bfe57c726e6f3a022d925cb26606",
|
||||
"version-date": "2020-02-28",
|
||||
|
Loading…
Reference in New Issue
Block a user