Skip to content

Commit 33f9edc

Browse files
committed
test(package-install): update fmt version in fetch-content tests
1 parent a6db56e commit 33f9edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (NOT CPP_ACTIONS_NO_DEPS)
2020
include(FetchContent)
2121
FetchContent_Declare(
2222
fmt
23-
URL https://github.com/fmtlib/fmt/releases/download/10.0.0/fmt-10.0.0.zip
23+
URL https://github.com/fmtlib/fmt/releases/download/11.1.4/fmt-11.1.4.zip
2424
)
2525
FetchContent_GetProperties(fmt)
2626
if (NOT fmt_POPULATED)

0 commit comments

Comments
 (0)