cc_binary(
name = "demo",
srcs = glob(["**/*.cpp"]),
includes=["/usr/local/include/eigen3"],
)
in includes attribute of cc_binary rule //example/eigen:demo: ignoring invalid absolute path '/usr/local/include/eigen3'
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/efb4b4ac-2326-4797-8dff-fa62a08940fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/f772f6d7-e9a0-4221-9662-f9abc0382390%40googlegroups.com.