You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default build gets you those binaries built as well.
This behavior can be changed by applying EXCLUDE_FROM_ALL to add_executable.
Are there any reasons for user to have these binaries built by default?
The text was updated successfully, but these errors were encountered:
Add ability to exclude building of tools (adig, ahost, acountry) in CMake. This should also closec-ares#200.
Fix By: Ruslan Baratov (@ruslo)
Bug: c-ares#200
Default build gets you those binaries built as well.
This behavior can be changed by applying
EXCLUDE_FROM_ALL
toadd_executable
.Are there any reasons for user to have these binaries built by default?
The text was updated successfully, but these errors were encountered: