Skip to content

Commit 0119aae

Browse files
bm1549claude
andcommitted
fix: use correct Bazel label for yaml-cpp dependency
@yaml-cpp refers to the repo, not the target. The correct label is @yaml-cpp//:yaml-cpp which references the cc_library target. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 7c99bf8 commit 0119aae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ cc_library(
157157
deps = [
158158
"@com_google_absl//absl/strings",
159159
"@com_google_absl//absl/types:optional",
160-
"@yaml-cpp",
160+
"@yaml-cpp//:yaml-cpp",
161161
],
162162
)

0 commit comments

Comments
 (0)