Updated cares example to stop building targets that aren't outputs (#679)

This commit is contained in:
UebelAndre 2021-06-15 10:15:19 -07:00 committed by GitHub
parent 3b3960267c
commit e1f6efeda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"],