We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca8866 commit 6ab5161Copy full SHA for 6ab5161
Sources/Overlays/_Testing_Foundation/CMakeLists.txt
@@ -20,8 +20,10 @@ target_link_libraries(_Testing_Foundation PUBLIC
20
Testing
21
Foundation)
22
23
+# Note: This does not enable Library Evolution, despite emitting a module
24
+# interface, because Foundation does not have Library Evolution enabled for all
25
+# platforms.
26
target_compile_options(_Testing_Foundation PRIVATE
- -enable-library-evolution
27
-emit-module-interface -emit-module-interface-path $<TARGET_PROPERTY:_Testing_Foundation,Swift_MODULE_DIRECTORY>/_Testing_Foundation.swiftinterface)
28
29
_swift_testing_install_target(_Testing_Foundation)
0 commit comments