Skip to content

Commit 5224d65

Browse files
committed
pin fmtlib to 12.1.0
1 parent 5bd91da commit 5224d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ INCLUDE(FetchContent)
351351
FetchContent_Declare(
352352
fmt
353353
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
354-
GIT_TAG master
354+
GIT_TAG 12.1.0
355355
)
356356
FetchContent_MakeAvailable(fmt)
357357

0 commit comments

Comments
 (0)