[cpptoml] version-string --> version (#32834)

* [cpptoml] `version-string` --> `version`

* version
This commit is contained in:
Thomas1664 2023-08-02 20:00:20 +02:00 committed by GitHub
parent a28aae61c5
commit 0e054a2742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 8 deletions

View File

@ -1,10 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO skystrife/cpptoml REPO skystrife/cpptoml
REF fededad7169e538ca47e11a9ee9251bc361a9a65
REF fededad7169e538ca47e11a9ee9251bc361a9a65 SHA512 2ec50f4585bca33bb343170470048a7d7e7902f1ffa5709cf84ddf9f53a899ff1cc9ffa49e059f6dad93d13823c4d2661bc8109e4356078cdbdfef1a2be6a622
SHA512 2ec50f4585bca33bb343170470048a7d7e7902f1ffa5709cf84ddf9f53a899ff1cc9ffa49e059f6dad93d13823c4d2661bc8109e4356078cdbdfef1a2be6a622
HEAD_REF master HEAD_REF master
) )
@ -12,6 +10,7 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}" SOURCE_PATH "${SOURCE_PATH}"
OPTIONS OPTIONS
-DCPPTOML_BUILD_EXAMPLES=OFF -DCPPTOML_BUILD_EXAMPLES=OFF
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
) )
vcpkg_cmake_install() vcpkg_cmake_install()

View File

@ -1,7 +1,7 @@
{ {
"name": "cpptoml", "name": "cpptoml",
"version-string": "v0.1.1", "version": "0.1.1",
"port-version": 2, "port-version": 3,
"description": "A header-only library for parsing TOML configuration files.", "description": "A header-only library for parsing TOML configuration files.",
"homepage": "https://github.com/skystrife/cpptoml", "homepage": "https://github.com/skystrife/cpptoml",
"license": "MIT", "license": "MIT",

View File

@ -1845,8 +1845,8 @@
"port-version": 0 "port-version": 0
}, },
"cpptoml": { "cpptoml": {
"baseline": "v0.1.1", "baseline": "0.1.1",
"port-version": 2 "port-version": 3
}, },
"cppunit": { "cppunit": {
"baseline": "1.15.1", "baseline": "1.15.1",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "fde8b7854f0796406eada5609cb2cc54728d73db",
"version": "0.1.1",
"port-version": 3
},
{ {
"git-tree": "56b510542b03ac901331cc1d074c140ff7aaaad1", "git-tree": "56b510542b03ac901331cc1d074c140ff7aaaad1",
"version-string": "v0.1.1", "version-string": "v0.1.1",