[Glaze] Update to 1.9.3 (#35567)

* update glaze to 1.9.3 and update requirement of gcc version

* update glaze version
This commit is contained in:
Jón Bjarni 2023-12-12 09:43:50 +00:00 committed by GitHub
parent 603643dcbf
commit 702c4d74bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,12 +1,12 @@
if(VCPKG_TARGET_IS_LINUX)
message("Warning: `glaze` requires Clang or GCC 10+ on Linux")
message("Warning: `glaze` requires Clang or GCC 11+ on Linux")
endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stephenberry/glaze
REF "v${VERSION}"
SHA512 8ca16d2f63a6a5ec866cd65f649b8f80ab0507a54b6128d26d8e355bc8a8b4202051f7d2146fbcf3d2e0b5f58f069fdf7e4fe116f7e6bb19671b95b4285fc699
SHA512 1ea55157024846cf3973e8564f357c70b86e9e89edd2f73472078edd65300ef7056a5d392f0ed906cb576329ce13894b99adc5f5071a0ae09c80ea8fdd9d00aa
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "glaze",
"version": "1.9.2",
"version": "1.9.3",
"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",

View File

@ -2981,7 +2981,7 @@
"port-version": 0
},
"glaze": {
"baseline": "1.9.2",
"baseline": "1.9.3",
"port-version": 0
},
"glbinding": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8f6415b681ece13c2834e83c9876a845ce718eb4",
"version": "1.9.3",
"port-version": 0
},
{
"git-tree": "dfb0ed37ac62c7704664274ee0219d7823fec9d1",
"version": "1.9.2",