cmake: Exclude ahost, adig, acountry from ALL target #200
Comments
It allows you to catch link errors early. |
DronRathore
added a commit
to DronRathore/c-ares
that referenced
this issue
Mar 11, 2020
Add ability to exclude building of tools (adig, ahost, acountry) in CMake. This should also close c-ares#200. Fix By: Ruslan Baratov (@ruslo) Bug: c-ares#200
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: