Files
swift-mirror/stdlib/cmake/modules/AddSwiftStdlib.cmake
Evan Wilde 5cb3285c92 Protect the dependent
The install target is sometimes the `None` target, which doesn't
actually exist. This should perhaps be spelled `never_install` instead,
but given that these are random names, we should protect the
`add_dependencies` calls to only accept install components that actually
exist.
2024-02-02 10:50:14 -08:00

123 KiB