Exclude filenames with spaces from cmake toolchains (#1199)

This commit is contained in:
Daniel Wagner-Hall 2024-04-30 15:48:08 +01:00 committed by GitHub
parent 73f7de5a07
commit 7ce6200955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ filegroup(
"WORKSPACE.bazel",
"BUILD",
"BUILD.bazel",
"**/* *",
],
),
)

View File

@ -241,6 +241,7 @@ filegroup(
"WORKSPACE.bazel",
"BUILD",
"BUILD.bazel",
"**/* *",
],
),
)