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.
StdlibOptions
CMakeLists.txt
1 parent 0174bba commit 287e1acCopy full SHA for 287e1ac
CMakeLists.txt
@@ -202,6 +202,9 @@ 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
+list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/stdlib/cmake/modules)
206
+include(StdlibOptions)
207
+
208
option(SWIFT_APPEND_VC_REV
209
"Embed the version control system revision in Swift"
210
TRUE)
0 commit comments