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
[cmake] Skip primary variant alias in a cleaner way
Adjust the condition and message to skip the primary variant alias in a
way that's more clear and more directly matches the explanation in the
comments.
Co-authored-by: Eric Miotto <[email protected]>
@@ -211,7 +211,7 @@ function(swift_create_stdlib_targets name variant define_all_alias)
211
211
PROPERTIES
212
212
FOLDER"Swift libraries/Aggregate")
213
213
else()
214
-
message(WARNING"Primary variant is not being built, target ${name}${SWIFT_PRIMARY_VARIANT_SUFFIX}${variant} does not exist, not creating ${name}${variant} alias target.")
214
+
message(WARNING"Primary variant ${SWIFT_PRIMARY_VARIANT_SDK}is not being built, not creating ${name}${variant} alias target for it.")
0 commit comments