[magic-enum] update to 0.9.7 (#42158)

This commit is contained in:
miyanyan 2024-11-19 14:04:41 +08:00 committed by GitHub
parent b629592425
commit d81fa4b050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 6 deletions

View file

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Neargye/magic_enum REPO Neargye/magic_enum
REF "v${VERSION}" REF "v${VERSION}"
SHA512 fa3792e9c69c57e437d6325b7659cf25e6cbdda3326ffeaf0411d9838822095b15306f322ad2ebd5ec68b905ef2aed08880d2507e7d8a8559ab3c5be6c8ce99c SHA512 8b61c621ff2a6981b4ff89f7df577091ffc9382d443c061db612fb61822dbf6ef8aba69ea35d1c435dcffbd7434cb4ccc5d12bbe2deba1cf0a5316c979ee6a4b
HEAD_REF master HEAD_REF master
) )
@ -17,8 +17,9 @@ vcpkg_cmake_configure(
) )
vcpkg_cmake_install() vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/magic_enum PACKAGE_NAME magic_enum) vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/magic_enum PACKAGE_NAME magic_enum)
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")

View file

@ -1,7 +1,6 @@
{ {
"name": "magic-enum", "name": "magic-enum",
"version": "0.9.6", "version": "0.9.7",
"port-version": 1,
"description": "Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.", "description": "Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.",
"homepage": "https://github.com/Neargye/magic_enum", "homepage": "https://github.com/Neargye/magic_enum",
"license": "MIT", "license": "MIT",

View file

@ -5721,8 +5721,8 @@
"port-version": 0 "port-version": 0
}, },
"magic-enum": { "magic-enum": {
"baseline": "0.9.6", "baseline": "0.9.7",
"port-version": 1 "port-version": 0
}, },
"magic-get": { "magic-get": {
"baseline": "2019-09-02", "baseline": "2019-09-02",

View file

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "dd998971fdcd05406e77a56d26e798393c918740",
"version": "0.9.7",
"port-version": 0
},
{ {
"git-tree": "165d7cfe56b22819f778749bbd7d5b0060bbb90e", "git-tree": "165d7cfe56b22819f778749bbd7d5b0060bbb90e",
"version": "0.9.6", "version": "0.9.6",