Exclude filenames with spaces from cmake toolchains (#1199)
This commit is contained in:
parent
73f7de5a07
commit
7ce6200955
|
@ -29,6 +29,7 @@ filegroup(
|
|||
"WORKSPACE.bazel",
|
||||
"BUILD",
|
||||
"BUILD.bazel",
|
||||
"**/* *",
|
||||
],
|
||||
),
|
||||
)
|
||||
|
|
|
@ -241,6 +241,7 @@ filegroup(
|
|||
"WORKSPACE.bazel",
|
||||
"BUILD",
|
||||
"BUILD.bazel",
|
||||
"**/* *",
|
||||
],
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue