Skip to content

Commit 9787cd2

Browse files
authored
Merge pull request swiftlang#3013 from rintaro/cmake-rdar146673779
[CMake] Fix package CMO capability checking logic
2 parents f5033ea + 740e454 commit 9787cd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/SwiftCompilerCapability.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function(swift_get_package_cmo_support out_var)
5151
# > 6.0 : Fixed feature.
5252
swift_supports_compiler_arguments(result
5353
-package-name my-package
54+
-enable-library-evolution
5455
-Xfrontend -package-cmo
5556
-Xfrontend -allow-non-resilient-access
5657
)

0 commit comments

Comments
 (0)