Skip to content

Commit

Permalink
cpp: update fmt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Aug 1, 2024
1 parent c4956a7 commit 704dba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ target_compile_definitions(othello_cpp PRIVATE
message(STATUS "Fetching fmt library")
FetchContent_Declare(fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_TAG 11.0.1
GIT_TAG 11.0.2
)
FetchContent_MakeAvailable(fmt)

Expand Down

0 comments on commit 704dba5

Please sign in to comment.