Skip to content

Commit 5a1bb7d

Browse files
authored
Update WORKSPACE
Signed-off-by: wp19991 <46703189+wp19991@users.noreply.github.com>
1 parent 0443b38 commit 5a1bb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ git_repository(
7373
commit = "c37d821",
7474
# We inject a BUILD.bazel file to tell Bazel how to build this CMake project.
7575
build_file_content = """
76-
load("@rules_foreign_cc//:foreign_cc/defs.bzl", "cc_cmake")
76+
load("@rules_foreign_cc//tools/build_defs:cmake.bzl", "cc_cmake")
7777
7878
# Define a filegroup to capture all source files.
7979
filegroup(

0 commit comments

Comments
 (0)