aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/cub.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cub.BUILD')
-rw-r--r--third_party/cub.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/cub.BUILD b/third_party/cub.BUILD
index 29159c9dad..a04347b21e 100644
--- a/third_party/cub.BUILD
+++ b/third_party/cub.BUILD
@@ -20,6 +20,7 @@ filegroup(
cc_library(
name = "cub",
hdrs = if_cuda([":cub_header_files"]),
+ include_prefix = "third_party",
deps = [
"@local_config_cuda//cuda:cuda_headers",
],