Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#8788 from m-chaturvedi/update_LCM
Browse files Browse the repository at this point in the history
Update LCM
  • Loading branch information
m-chaturvedi authored May 11, 2018
2 parents 0aa7f71 + 672d779 commit cbd5afb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tools/workspace/lcm/lcm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ def _lcmgen_impl(ctx):
outpath = ctx.outputs.outs[0].dirname[:-striplen]

if ctx.attr.language == "cc":
arguments = ["--cpp", "--cpp-std=c++11", "--cpp-hpath=" + outpath]
arguments = ["--cpp", "--use-quotes-for-includes", "--cpp-std=c++11",
"--cpp-hpath=" + outpath]
elif ctx.attr.language == "py":
arguments = ["--python", "--ppath=" + outpath]
elif ctx.attr.language == "java":
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/lcm/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def lcm_repository(
github_archive(
name = name,
repository = "lcm-proj/lcm",
commit = "ccc3aac8e089d8f6ccd91edecc03c6d5677ad078",
sha256 = "c356388b8b264c16ac8cda6e99a5961e2acccd010136888372cffadabd6b28ef", # noqa
commit = "a059d86deaca39d8c355a02da01b251fb62e3b80",
sha256 = "8bf90431eacb982cd8a7715ec566f0d94e1dbab849d0a7af1db45b384559935d", # noqa
build_file = "@drake//tools/workspace/lcm:package.BUILD.bazel",
mirrors = mirrors,
)

0 comments on commit cbd5afb

Please sign in to comment.