Skip to content

Commit

Permalink
Upgraded fmtlib from 8.1.1 to 11.0.0 to get rid of compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulMuqeet Mohammed committed Nov 16, 2024
1 parent 187b84b commit abd95ab
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 @@ -189,7 +189,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
GIT_TAG 11.0.0
GIT_SHALLOW 1) # Source: https://github.com/fmtlib/fmt/releases
FetchContent_MakeAvailable(fmt)
else()
Expand Down

0 comments on commit abd95ab

Please sign in to comment.