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.
include(StdlibOptions)
1 parent 88da2d7 commit 98d02b8Copy full SHA for 98d02b8
CMakeLists.txt
@@ -202,10 +202,6 @@ set(SWIFT_HOST_VARIANT_ARCH "${SWIFT_HOST_VARIANT_ARCH_default}" CACHE STRING
202
# This is primarily to support building smaller or faster project files.
203
#
204
205
-# Subsequent options may refer to `StdlibOptions`, which have to be defined first.
206
-list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/stdlib/cmake/modules)
207
-include(StdlibOptions)
208
-
209
option(SWIFT_APPEND_VC_REV
210
"Embed the version control system revision in Swift"
211
TRUE)
0 commit comments