You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_library verifies that the target exists, so if swift isn't being
built, or hasn't been configured yet, CMake complains.
target_link_libraries doesn't care about the target at configure time.
If the library doesn't exist come link-time, then we will see an error.
0 commit comments