diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/fmt/usage | 1 | ||||
| -rw-r--r-- | ports/fmt/vcpkg.json | 2 |
2 files changed, 2 insertions, 1 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": [ |
