Skip to content

Commit

Permalink
Merge branch 'main' into target
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Jun 15, 2021
2 parents cd2b5d5 + e1f6efe commit a0e6619
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/third_party/cares/BUILD.cares.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ filegroup(
cmake(
name = "cares",
cache_entries = {
"CARES_SHARED": "no",
"CARES_BUILD_TOOLS": "off",
"CARES_SHARED": "off",
"CARES_STATIC": "on",
},
generate_args = ["-GNinja"],
Expand Down

0 comments on commit a0e6619

Please sign in to comment.