File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,8 @@ set(SWIFT_TOOLS_ENABLE_LTO OFF CACHE STRING "Build Swift tools with LTO. One
188
188
no effect on the target libraries (the standard library and the runtime)." )
189
189
190
190
# NOTE: We do not currently support building libswift with the Xcode generator.
191
- cmake_dependent_option (LIBSWIFT_BUILD_MODE "How to build libswift. Possible values are
191
+ cmake_dependent_option (LIBSWIFT_BUILD_MODE [=[
192
+ How to build libswift. Possible values are
192
193
OFF: the compiler is built without libswift
193
194
HOSTTOOLS: libswift is built with a pre-installed toolchain
194
195
BOOTSTRAPPING: libswift is built with a 2-stage bootstrapping process
@@ -197,8 +198,8 @@ cmake_dependent_option(LIBSWIFT_BUILD_MODE "How to build libswift. Possible valu
197
198
CROSSCOMPILE: libswift is cross-compiled with a native host compiler, provided in
198
199
`SWIFT_NATIVE_SWIFT_TOOLS_PATH` (non-Darwin only)
199
200
CROSSCOMPILE-WITH-HOSTLIBS: libswift is built with a bootstrapping-with-hostlibs compiled
200
- compiler, provided in `SWIFT_NATIVE_SWIFT_TOOLS_PATH`"
201
- OFF "NOT CMAKE_GENERATOR STREQUAL \" Xcode\" " OFF )
201
+ compiler, provided in `SWIFT_NATIVE_SWIFT_TOOLS_PATH`
202
+ ]=] OFF "NOT CMAKE_GENERATOR STREQUAL \" Xcode\" " OFF )
202
203
203
204
# The following only works with the Ninja generator in CMake >= 3.0.
204
205
set (SWIFT_PARALLEL_LINK_JOBS "" CACHE STRING
You can’t perform that action at this time.
0 commit comments