[cwalk] Update to 1.2.6 (#21400)

* Update cwalk to 1.2.6

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
chausner 2021-11-15 23:32:32 +01:00 committed by GitHub
parent 77bcaa9b6c
commit 16ec112a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 11 deletions

View File

@ -1,22 +1,21 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO likle/cwalk REPO likle/cwalk
REF v1.2.5 REF v1.2.6
SHA512 904e095e375d0c98dedbb17ddf805397387f8f473a708b310ba3086bbd4445bde7d0a037fbe9caed97c9cc793219a3d976cef010d76a32812c4fe2b3b7cde575 SHA512 d43f339178367facd2f80944f5491631edab24fa4a92e30fd8f4d9c533ec3a2edbc04105066148be8458b64d0fac9e7d86408ca9601db291b93df222dc875fd4
HEAD_REF master HEAD_REF master
) )
vcpkg_configure_cmake( vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH} SOURCE_PATH "${SOURCE_PATH}"
PREFER_NINJA
OPTIONS OPTIONS
-DENABLE_TESTS=OFF -DENABLE_TESTS=OFF
) )
vcpkg_install_cmake() vcpkg_cmake_install()
vcpkg_copy_pdbs() vcpkg_copy_pdbs()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/cwalk) vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/cwalk)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,16 @@
{ {
"name": "cwalk", "name": "cwalk",
"version-string": "1.2.5", "version": "1.2.6",
"description": "Path library for C/C++. Cross-Platform for Windows, MacOS and Linux. Supports UNIX and Windows path styles on those platforms.", "description": "Path library for C/C++. Cross-Platform for Windows, MacOS and Linux. Supports UNIX and Windows path styles on those platforms.",
"homepage": "https://likle.github.io/cwalk/" "homepage": "https://likle.github.io/cwalk/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
} }

View File

@ -1713,7 +1713,7 @@
"port-version": 1 "port-version": 1
}, },
"cwalk": { "cwalk": {
"baseline": "1.2.5", "baseline": "1.2.6",
"port-version": 0 "port-version": 0
}, },
"cxxopts": { "cxxopts": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "d538350d056fb42b77d28894f67a2bc9dbfe1403",
"version": "1.2.6",
"port-version": 0
},
{ {
"git-tree": "5cec9575426a50a36612850c9681b8216572a3db", "git-tree": "5cec9575426a50a36612850c9681b8216572a3db",
"version-string": "1.2.5", "version-string": "1.2.5",