Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#8554 from jamiesnape/spdlog-exclud…
Browse files Browse the repository at this point in the history
…e-bundled-fmt

Exclude fmt headers bundled with spdlog
  • Loading branch information
jamiesnape authored Apr 9, 2018
2 parents 099aec5 + 898767a commit d30ad6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/workspace/spdlog/package.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ config_setting(

cc_library(
name = "spdlog",
hdrs = glob(["include/spdlog/**"]),
hdrs = glob(
["include/spdlog/**"],
exclude = ["include/spdlog/fmt/bundled/**"],
),
defines = [
"HAVE_SPDLOG",
"SPDLOG_FMT_EXTERNAL",
Expand Down

0 comments on commit d30ad6b

Please sign in to comment.