Updated cares example to stop building targets that aren't outputs (#679)
This commit is contained in:
parent
3b3960267c
commit
e1f6efeda3
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue