Skip to content

Commit 4c4020e

Browse files
authored
Merge pull request #21 from apple/egorzhdan/require-5.9
[build] Require Swift 5.9 or newer
2 parents bab52f1 + ba44847 commit 4c4020e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
66
option(BUILD_SHARED_LIBS "Build shared libraries by default" YES)
77
endif()
88

9-
set(min_supported_swift_version 5.8)
9+
set(min_supported_swift_version 5.9)
1010
if(CMAKE_Swift_COMPILER_VERSION VERSION_LESS "${min_supported_swift_version}")
1111
message(FATAL_ERROR "Outdated Swift compiler: "
1212
"Swift ${min_supported_swift_version} or newer is required.")

0 commit comments

Comments
 (0)