We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d1fcf commit e6434ffCopy full SHA for e6434ff
README.md
@@ -46,13 +46,13 @@ cmake [-G generator] [-DYAML_BUILD_SHARED_LIBS=ON|OFF] ..
46
47
## Bazel
48
49
-## Build
+### Build
50
51
```bash
52
$ bazel build :yaml-cpp
53
```
54
55
-## Dependency
+### External Dependency
56
57
```python
58
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
@@ -61,9 +61,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
61
# ----------------------------------------------------------------------
62
git_repository(
63
name = "yaml_parser",
64
- remote = "https://github.com/jbeder/yaml-cpp.git",
65
- #commit = "98acc5a",
66
- #tag = "",
+ remote = "https://github.com/yicm/yaml-cpp.git",
+ commit = "c5d1fcf",
67
)
68
69
0 commit comments