Skip to content

Commit

Permalink
[cpptoml] version-string --> version (microsoft#32834)
Browse files Browse the repository at this point in the history
* [cpptoml] `version-string` --> `version`

* version
  • Loading branch information
Thomas1664 authored Aug 2, 2023
1 parent a28aae6 commit 0e054a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
7 changes: 3 additions & 4 deletions ports/cpptoml/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skystrife/cpptoml

REF fededad7169e538ca47e11a9ee9251bc361a9a65
SHA512 2ec50f4585bca33bb343170470048a7d7e7902f1ffa5709cf84ddf9f53a899ff1cc9ffa49e059f6dad93d13823c4d2661bc8109e4356078cdbdfef1a2be6a622

REF fededad7169e538ca47e11a9ee9251bc361a9a65
SHA512 2ec50f4585bca33bb343170470048a7d7e7902f1ffa5709cf84ddf9f53a899ff1cc9ffa49e059f6dad93d13823c4d2661bc8109e4356078cdbdfef1a2be6a622
HEAD_REF master
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DCPPTOML_BUILD_EXAMPLES=OFF
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
)

vcpkg_cmake_install()
Expand Down
4 changes: 2 additions & 2 deletions ports/cpptoml/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cpptoml",
"version-string": "v0.1.1",
"port-version": 2,
"version": "0.1.1",
"port-version": 3,
"description": "A header-only library for parsing TOML configuration files.",
"homepage": "https://github.com/skystrife/cpptoml",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1845,8 +1845,8 @@
"port-version": 0
},
"cpptoml": {
"baseline": "v0.1.1",
"port-version": 2
"baseline": "0.1.1",
"port-version": 3
},
"cppunit": {
"baseline": "1.15.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpptoml.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fde8b7854f0796406eada5609cb2cc54728d73db",
"version": "0.1.1",
"port-version": 3
},
{
"git-tree": "56b510542b03ac901331cc1d074c140ff7aaaad1",
"version-string": "v0.1.1",
Expand Down

0 comments on commit 0e054a2

Please sign in to comment.