srctree

Johan parent 2817e893 bf04560d 18bdfed5
Merge pull request #372 from johnor/update-fmtlib

Update fmtlib to 8.1.1
WORKSPACE added: 5, removed: 5, total 0
@@ -12,7 +12,7 @@ git_repository(
new_git_repository(
name = "fmtlib",
build_file = "@nes//third_party:fmtlib.BUILD",
commit = "d141cdbeb0fb422a3fb7173b285fd38e0d1772dc",
commit = "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9", # 8.1.1
remote = "https://github.com/fmtlib/fmt",
shallow_since = "1625267673 -0700",
shallow_since = "1641508515 -0800",
)
 
third_party/fmt/CMakeLists.txt added: 5, removed: 5, total 0
@@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_TAG d141cdbeb0fb422a3fb7173b285fd38e0d1772dc # 8.0.1
GIT_TAG b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9 # 8.1.1
)
 
FetchContent_MakeAvailable(fmt)