diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-04-29 08:08:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 17:08:29 -0700 |
| commit | 345921bce4ee724d4c5b164eb93d051667d2d990 (patch) | |
| tree | 062f102a0bcf27af1ccb519096bab41873a3f114 | |
| parent | 0e9dd06bd39381794c03a15d7154adab23cb5137 (diff) | |
| download | vcpkg-345921bce4ee724d4c5b164eb93d051667d2d990.tar.gz vcpkg-345921bce4ee724d4c5b164eb93d051667d2d990.zip | |
[fmt] Update usage (#17279)
| -rw-r--r-- | ports/fmt/usage | 1 | ||||
| -rw-r--r-- | ports/fmt/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/fmt.json | 5 |
4 files changed, 8 insertions, 2 deletions
diff --git a/ports/fmt/usage b/ports/fmt/usage index c9988aa79..e5a9d7048 100644 --- a/ports/fmt/usage +++ b/ports/fmt/usage @@ -4,4 +4,5 @@ The package fmt provides CMake targets: target_link_libraries(main PRIVATE fmt::fmt) # Or use the header-only version + find_package(fmt CONFIG REQUIRED) target_link_libraries(main PRIVATE fmt::fmt-header-only) diff --git a/ports/fmt/vcpkg.json b/ports/fmt/vcpkg.json index 591a93b1b..232801247 100644 --- a/ports/fmt/vcpkg.json +++ b/ports/fmt/vcpkg.json @@ -1,7 +1,7 @@ { "name": "fmt", "version": "7.1.3", - "port-version": 3, + "port-version": 4, "description": "Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.", "homepage": "https://github.com/fmtlib/fmt", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 91e5798d7..57706be6d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2022,7 +2022,7 @@ }, "fmt": { "baseline": "7.1.3", - "port-version": 3 + "port-version": 4 }, "folly": { "baseline": "2020.10.19.00", diff --git a/versions/f-/fmt.json b/versions/f-/fmt.json index 3576acbde..69976a238 100644 --- a/versions/f-/fmt.json +++ b/versions/f-/fmt.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "230e140a15afbb9089537e153d8b83f5b994adbe", + "version": "7.1.3", + "port-version": 4 + }, + { "git-tree": "943d63e7b912d94aab5db2c127ddc9a7ccf05c52", "version": "7.1.3", "port-version": 3 |
