Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: correct the install rules for Darwin (tensorflow#1175)
We were using the generator expression for the installation of the swift modules on Darwin. However, with swift-numerics, the Numerics module has an implicit link against `_NumericsShims`. This results in the interface include directories having multiple values when computed late. Use `get_target_property` to get the value prior to the additions, allowing us to rename the file into place. Thanks to @dan-zheng for reporting the issue!
- Loading branch information