mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:01:37 +08:00
[glaze] Update to 3.2.5 (#40457)
This commit is contained in:
parent
9a6da16845
commit
938be83bbb
@ -6,13 +6,15 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO stephenberry/glaze
|
||||
REF "v${VERSION}"
|
||||
SHA512 9e5f306eae1514625e28f9751bb241a7c54deecc2caa53e78c1fd8ebe7fd28f22384a2cf6baba68c2f8fa8728f1612666d1c3efe9d586e8bec3e2ff35113b252
|
||||
SHA512 3875d07b92120d061efa94ed43239fe9546b3628abda7ff8e36b4c0664771a2ec2f8b655420b89bea4c1e315647893dff9ef9d9e284674f6e7b6d3fef38d4b3e
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-Dglaze_DEVELOPER_MODE=OFF
|
||||
-Dglaze_BUILD_EXAMPLES=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "glaze",
|
||||
"version": "2.9.2",
|
||||
"version": "3.2.5",
|
||||
"description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.",
|
||||
"homepage": "https://github.com/stephenberry/glaze",
|
||||
"license": "MIT",
|
||||
|
@ -3081,7 +3081,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"glaze": {
|
||||
"baseline": "2.9.2",
|
||||
"baseline": "3.2.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"glbinding": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ed17d47a8a28717e1e8ea776e7c1091727bb40f8",
|
||||
"version": "3.2.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "07fd2554e69c3af68015a718993df81afa508994",
|
||||
"version": "2.9.2",
|
||||
|
Loading…
Reference in New Issue
Block a user