|
@@ -1680,8 +1680,9 @@ void cmGlobalXCodeGenerator::ForceLinkerLanguage(cmGeneratorTarget* gtgt)
|
|
|
if (const char* productType = GetTargetProductType(gtgt)) {
|
|
if (const char* productType = GetTargetProductType(gtgt)) {
|
|
|
if (strcmp(productType,
|
|
if (strcmp(productType,
|
|
|
"com.apple.product-type.app-extension.messages-sticker-pack") ==
|
|
"com.apple.product-type.app-extension.messages-sticker-pack") ==
|
|
|
- 0)
|
|
|
|
|
|
|
+ 0) {
|
|
|
return;
|
|
return;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Add an empty source file to the target that compiles with the
|
|
// Add an empty source file to the target that compiles with the
|