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.
2 parents bab52f1 + ba44847 commit 4c4020eCopy full SHA for 4c4020e
CMakeLists.txt
@@ -6,7 +6,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
6
option(BUILD_SHARED_LIBS "Build shared libraries by default" YES)
7
endif()
8
9
-set(min_supported_swift_version 5.8)
+set(min_supported_swift_version 5.9)
10
if(CMAKE_Swift_COMPILER_VERSION VERSION_LESS "${min_supported_swift_version}")
11
message(FATAL_ERROR "Outdated Swift compiler: "
12
"Swift ${min_supported_swift_version} or newer is required.")
0 commit comments