[toml11] update to 3.8.1 (#37852)

This commit is contained in:
Jia Yue Hua 2024-04-02 04:47:39 +08:00 committed by GitHub
parent 5da7402686
commit ef0ddb6274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ToruNiina/toml11
REF v3.7.1
SHA512 a4710972ab9b1ff836b2191243d628e0c4672fbfe95ede50c49796aaa75bb05d3ac71164102651d5c7342a4ac88781dfe417957b8b8ce373989f627231966550
REF "v${VERSION}"
SHA512 74a70abe413e21b94284242c281645c49f08b930c62f5479e6698cee45a99b56511d0a8888f1f6f2af3fc245bb0dfd5048a0b810b474ca1066211e25a1ce33bb
HEAD_REF master
)
@ -10,6 +10,7 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-Dtoml11_BUILD_TEST=OFF
-DCMAKE_CXX_STANDARD=11
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/toml11)

View File

@ -1,6 +1,6 @@
{
"name": "toml11",
"version": "3.7.1",
"version": "3.8.1",
"description": "A C++11 header-only toml parser/encoder depending only on C++ standard library.",
"homepage": "https://github.com/ToruNiina/toml11",
"license": "MIT",

View File

@ -8745,7 +8745,7 @@
"port-version": 0
},
"toml11": {
"baseline": "3.7.1",
"baseline": "3.8.1",
"port-version": 0
},
"tomlplusplus": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "096d101053711f419f6df05abda315cdcb8c215c",
"version": "3.8.1",
"port-version": 0
},
{
"git-tree": "978b00b8d4801b25272df9c650958ce7112e3f45",
"version": "3.7.1",