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 d97e767 + 7314afd commit b4faed4Copy full SHA for b4faed4
CMakeLists.txt
@@ -204,7 +204,7 @@ How to build the swift compiler modules. Possible values are
204
`SWIFT_NATIVE_SWIFT_TOOLS_PATH` (non-Darwin only)
205
CROSSCOMPILE-WITH-HOSTLIBS: build with a bootstrapping-with-hostlibs compiled
206
compiler, provided in `SWIFT_NATIVE_SWIFT_TOOLS_PATH`
207
-]=] OFF "NOT CMAKE_GENERATOR STREQUAL \"Xcode\"" OFF)
+]=] OFF "NOT XCODE" OFF)
208
209
# The following only works with the Ninja generator in CMake >= 3.0.
210
set(SWIFT_PARALLEL_LINK_JOBS "" CACHE STRING
0 commit comments