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 d033990 commit 79766f5Copy full SHA for 79766f5
CMakeLists.txt
@@ -163,10 +163,6 @@ set(SWIFT_HOST_VARIANT_ARCH "${SWIFT_HOST_VARIANT_ARCH_default}" CACHE STRING
163
# This is primarily to support building smaller or faster project files.
164
#
165
166
-# Subsequent options may refer to `StdlibOptions`, which have to be defined first.
167
-list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/stdlib/cmake/modules)
168
-include(StdlibOptions)
169
-
170
option(SWIFT_APPEND_VC_REV
171
"Embed the version control system revision in Swift"
172
TRUE)
0 commit comments