Skip to content

Commit 74dc4b7

Browse files
authored
Merge pull request #238 from tkremenek/force-swift-4
Force corelibs-xctest to build with -swift-version 4
2 parents 86bc32b + 0537cde commit 74dc4b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ add_swift_library(XCTest
8383
Sources/XCTest/Public/Asynchronous/XCTestExpectation.swift
8484
SWIFT_FLAGS
8585
${swift_optimization_flags}
86+
-swift-version 4
8687

8788
-I${XCTEST_PATH_TO_LIBDISPATCH_SOURCE}
8889
-I${XCTEST_PATH_TO_LIBDISPATCH_BUILD}/src/swift

0 commit comments

Comments
 (0)