Skip to content

Commit

Permalink
fmt install target is enabled by default since 10.0.0. (#267)
Browse files Browse the repository at this point in the history
Introduced in:
- fmtlib/fmt#3264
  • Loading branch information
xkszltl committed Jun 3, 2024
1 parent 550c89e commit 3ec4a18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ cmake(
"CMAKE_CXX_FLAGS" : "-Wno-fuse-ld-path",
"CMAKE_POSITION_INDEPENDENT_CODE": "ON",
"FMT_MASTER_PROJECT": "OFF",
"FMT_INSTALL": "ON",
},
out_static_libs = select({
":dbg_build": ["libfmtd.a"],
Expand Down

0 comments on commit 3ec4a18

Please sign in to comment.