Skip to content

Commit

Permalink
Update builtin fmt version to 10.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: ToKiNoBug <tokinobug@163.com>
  • Loading branch information
ToKiNoBug committed Oct 30, 2023
1 parent cb12f08 commit 3b0f647
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 @@ -183,7 +183,7 @@ endif()
if(KOMPUTE_OPT_USE_BUILT_IN_FMT)
set(FMT_INSTALL ${KOMPUTE_OPT_INSTALL})
FetchContent_Declare(fmt GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG 8.1.1) # Source: https://github.com/fmtlib/fmt/releases
GIT_TAG 10.1.1) # Source: https://github.com/fmtlib/fmt/releases
FetchContent_MakeAvailable(fmt)
else()
find_package(fmt REQUIRED)
Expand Down

0 comments on commit 3b0f647

Please sign in to comment.