apple / swift-async-dns-resolver

A Swift library for asynchronous DNS requests, wrapping c-ares with Swift-friendly APIs and data structures.
Apache License 2.0
82 stars 12 forks source link

Comment out c-ares/CMakeFiles exclude #3

Closed yim-lee closed 2 years ago

yim-lee commented 2 years ago

Motivation: c-ares/CMakeFiles dir doesn't exist unless cmake is run locally. The exclude line causes SwiftPM warning about invalid exclude.

Modification: Comment out the exclusion for now. We should find better way to exclude the dir only if it exists.

yim-lee commented 2 years ago

User says this is not urgent, so I will spend some time on making it nicer.

yim-lee commented 2 years ago

Superseded by https://github.com/apple/swift-async-dns-resolver/pull/4