mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 15:53:07 +08:00
parent
d0920bbf7a
commit
1695bf690b
@ -2,8 +2,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO Microsoft/wil
|
REPO Microsoft/wil
|
||||||
REF 5a21cac10640f54b7ef886031f4d9ed427bef4c5
|
REF f9284c19c9873664978b873b8858d7dfacc6af1e
|
||||||
SHA512 b1a6703dd75eee66f81c54bb5c01bc9acc7354c113fd556afb2dd95361db7e9f94c9e958d9a0b897359084c9c08cb725bbe214fdaccf2e662c1ca4aa73c3345a
|
SHA512 df81e7f12f15f8e382f537f783c33c9833bb83c4d86d571bd47503e7400698686f51a8a50efd2224c95a5409ab8ef719186d806afbfc4ea2af8d4fd7f8dce024
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -17,8 +17,6 @@ vcpkg_cmake_configure(
|
|||||||
vcpkg_cmake_install()
|
vcpkg_cmake_install()
|
||||||
|
|
||||||
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/WIL)
|
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/WIL)
|
||||||
# Remove this line in the next update
|
|
||||||
file(RENAME "${CURRENT_PACKAGES_DIR}/share/${PORT}/WIL-config.cmake" "${CURRENT_PACKAGES_DIR}/share/${PORT}/wilConfig.cmake")
|
|
||||||
|
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wil",
|
"name": "wil",
|
||||||
"version-date": "2021-08-03",
|
"version-date": "2021-12-25",
|
||||||
"port-version": 2,
|
|
||||||
"description": "The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.",
|
"description": "The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.",
|
||||||
"homepage": "https://github.com/microsoft/wil",
|
"homepage": "https://github.com/microsoft/wil",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -7237,8 +7237,8 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"wil": {
|
"wil": {
|
||||||
"baseline": "2021-08-03",
|
"baseline": "2021-12-25",
|
||||||
"port-version": 2
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"wildmidi": {
|
"wildmidi": {
|
||||||
"baseline": "0.4.4",
|
"baseline": "0.4.4",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "c918f3ae742f41c096f5758afd5af98fe7a194b5",
|
||||||
|
"version-date": "2021-12-25",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "287e04f5640f1793bdb27bc477dea1ca0e727961",
|
"git-tree": "287e04f5640f1793bdb27bc477dea1ca0e727961",
|
||||||
"version-date": "2021-08-03",
|
"version-date": "2021-08-03",
|
||||||
|
Loading…
Reference in New Issue
Block a user