Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Exclude ahost, adig, acountry from ALL target #200

Closed
m0rl opened this issue Jun 11, 2018 · 1 comment
Closed

cmake: Exclude ahost, adig, acountry from ALL target #200

m0rl opened this issue Jun 11, 2018 · 1 comment

Comments

@m0rl
Copy link

m0rl commented Jun 11, 2018

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?

@gjasny
Copy link
Contributor

gjasny commented Jun 11, 2018

It allows you to catch link errors early.

DronRathore pushed 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants