Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Upgrade to fmtlib 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Jan 5, 2024
1 parent 17e605c commit 730b0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ set(FMT_INSTALL ON)
fetchcontent_declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG 10.1.1
GIT_TAG 10.2.1
)
fetchcontent_makeavailable(fmt)
set(BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS_SAVE})
Expand Down

0 comments on commit 730b0b3

Please sign in to comment.