File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ set_property(CACHE SWIFT_ANALYZE_CODE_COVERAGE PROPERTY
128
128
# SWIFT_VERSION is deliberately /not/ cached so that an existing build directory
129
129
# can be reused when a new version of Swift comes out (assuming the user hasn't
130
130
# manually set it as part of their own CMake configuration).
131
- set (SWIFT_VERSION "5.0" )
131
+ set (SWIFT_VERSION "5.0.1 " )
132
132
133
133
set (SWIFT_VENDOR "" CACHE STRING
134
134
"The vendor name of the Swift compiler" )
Original file line number Diff line number Diff line change 40
40
CMAKE_GENERATOR = 'Ninja'
41
41
42
42
COMPILER_VENDOR = 'none'
43
- SWIFT_USER_VISIBLE_VERSION = CompilerVersion ('5.0' )
43
+ SWIFT_USER_VISIBLE_VERSION = CompilerVersion ('5.0.1 ' )
44
44
CLANG_USER_VISIBLE_VERSION = CompilerVersion ('7.0.0' )
45
45
SWIFT_ANALYZE_CODE_COVERAGE = 'false'
46
46
You can’t perform that action at this time.
0 commit comments