Skip to content

Commit 40f5acf

Browse files
authored
Merge pull request #11737 from moiseev/weak-modelio-4
[overlay] Weakly link against ModelIO Framework
2 parents 0ba2267 + 1c385f1 commit 40f5acf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stdlib/public/SDK/ModelIO/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ add_swift_library(swiftModelIO ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_O
1111
SWIFT_MODULE_DEPENDS_OSX Darwin CoreFoundation CoreGraphics Dispatch Foundation IOKit ObjectiveC simd # auto-updated
1212
SWIFT_MODULE_DEPENDS_IOS Darwin CoreFoundation CoreGraphics Dispatch Foundation ObjectiveC simd # auto-updated
1313
SWIFT_MODULE_DEPENDS_TVOS Darwin CoreFoundation CoreGraphics Dispatch Foundation ObjectiveC simd # auto-updated
14-
FRAMEWORK_DEPENDS ModelIO
15-
16-
DEPLOYMENT_VERSION_OSX ${SWIFTLIB_DEPLOYMENT_VERSION_MODELIO_OSX}
14+
FRAMEWORK_DEPENDS_WEAK ModelIO
1715
)

0 commit comments

Comments
 (0)