We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6db56e commit 33f9edcCopy full SHA for 33f9edc
tests/CMakeLists.txt
@@ -20,7 +20,7 @@ if (NOT CPP_ACTIONS_NO_DEPS)
20
include(FetchContent)
21
FetchContent_Declare(
22
fmt
23
- URL https://github.com/fmtlib/fmt/releases/download/10.0.0/fmt-10.0.0.zip
+ URL https://github.com/fmtlib/fmt/releases/download/11.1.4/fmt-11.1.4.zip
24
)
25
FetchContent_GetProperties(fmt)
26
if (NOT fmt_POPULATED)
0 commit comments